There was an error while loading. Please reload this page.
1 parent 44719cd commit 67a2054Copy full SHA for 67a2054
1 file changed
.github/workflows/go_release.yaml
@@ -156,6 +156,10 @@ jobs:
156
validate:
157
name: "Validate snowflake ${{ matrix.vendor_version }}/${{ matrix.platform }}_${{ matrix.arch }}"
158
runs-on: ${{ matrix.runner }}
159
+ # Go and Rust validation use fixed table names in the same live schema.
160
+ concurrency:
161
+ group: snowflake-live-validation
162
+ cancel-in-progress: false
163
strategy:
164
fail-fast: true
165
max-parallel: 4
0 commit comments