Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Dec 24, 2024
1 parent 0fa2722 commit 4b96407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-tidy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
codecov-token: ${{ secrets.CODECOV_TOKEN }}

clang-tidy-differential:
if: ${{ always() }}
if: ${{ always() }} # always run to provide report for status check
needs:
- check-if-cuda-job-is-needed
- build-and-test-differential
Expand All @@ -69,7 +69,7 @@ jobs:
run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'false' }}

clang-tidy-differential-cuda:
if: ${{ always() }}
if: ${{ always() }} # always run to provide report for status check
needs:
- build-and-test-differential-cuda
uses: ./.github/workflows/clang-tidy-differential.yaml
Expand Down

0 comments on commit 4b96407

Please sign in to comment.