Skip to content

Commit fa92cb2

Browse files
committed
Only run nvmath tests on push to main
1 parent 06e3eac commit fa92cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
# TODO: Enable for CUDA 13 when a supporting version of cuDF is available
142142
matrix_filter: map(select(.ARCH == "amd64" and (.CUDA_VER | split(".") | .[0] | tonumber == 12))) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
143143
test-thirdparty-nvmath:
144+
if: ${{ github.ref_name == 'main' }}
144145
needs:
145146
- build-wheels
146147
- compute-matrix

0 commit comments

Comments
 (0)