Skip to content

Commit 030fcf2

Browse files
fixup! fixup! fixup! SNOW-2871291: Reduce number of jobs on PRs
1 parent 722c2ad commit 030fcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
test:
139139
name: Test ${{ matrix.os.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
140-
needs: build
140+
needs: [build, define-matrix]
141141
runs-on: ${{ matrix.os.image_name }}
142142
strategy:
143143
fail-fast: false

0 commit comments

Comments
 (0)