Skip to content

Commit 9e5c87e

Browse files
committed
Attempt to make pr job succeed when nvmath-python tests skipped
1 parent fa92cb2 commit 9e5c87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- test-thirdparty-awkward
3737
- build-docs
3838
- coverage-report
39+
# This job should run even if the nvmath-python tests are skipped (which will happen on a PR rather than main)
40+
if: ${{ needs.test-thirdparty-nvmath.result == 'success' || needs.test-thirdparty-nvmath.result == 'skipped' }}
3941
secrets: inherit
4042
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
4143
pre-commit:

0 commit comments

Comments
 (0)