We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa2722 commit 4b96407Copy full SHA for 4b96407
.github/workflows/build-test-tidy-pr.yaml
@@ -59,7 +59,7 @@ jobs:
59
codecov-token: ${{ secrets.CODECOV_TOKEN }}
60
61
clang-tidy-differential:
62
- if: ${{ always() }}
+ if: ${{ always() }} # always run to provide report for status check
63
needs:
64
- check-if-cuda-job-is-needed
65
- build-and-test-differential
@@ -69,7 +69,7 @@ jobs:
69
run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'false' }}
70
71
clang-tidy-differential-cuda:
72
73
74
- build-and-test-differential-cuda
75
uses: ./.github/workflows/clang-tidy-differential.yaml
0 commit comments