Skip to content

Commit af232ac

Browse files
fixup! fixup! fixup! fixup! fixup! fixup! SNOW-2871291: Reduce number of jobs on PRs
1 parent 429a7e0 commit af232ac

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
@@ -138,7 +138,7 @@ jobs:
138138
test:
139139
name: Test ${{ matrix.download_name }}-${{ matrix.python-version }}-${{ matrix.cloud-provider }}
140140
needs: [build, define-matrix]
141-
runs-on: ${{ matrix.image_name }}
141+
runs-on: ${{ matrix.os }}
142142
strategy:
143143
fail-fast: false
144144
matrix:

0 commit comments

Comments
 (0)