Skip to content

Commit 5fae258

Browse files
committed
Always run nvmath-python tests on PRs
Remove the main-branch-only guard that was added in #723. The same PR already accelerated the tests enough for per-PR runs. Closes #850
1 parent 28c027e commit 5fae258

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ jobs:
247247
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))]))
248248

249249
test-thirdparty-nvmath:
250-
if: ${{ github.ref_name == 'main' }}
251250
needs:
252251
- build-linux-64
253252
- compute-matrix

0 commit comments

Comments
 (0)