Skip to content

Commit 67a2054

Browse files
committed
ci: serialize release validation
1 parent 44719cd commit 67a2054

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/go_release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ jobs:
156156
validate:
157157
name: "Validate snowflake ${{ matrix.vendor_version }}/${{ matrix.platform }}_${{ matrix.arch }}"
158158
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
159163
strategy:
160164
fail-fast: true
161165
max-parallel: 4

0 commit comments

Comments
 (0)