Skip to content

Commit 0fa2722

Browse files
committed
ci: always run parent job for clang-tidy for status report
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent c0158ba commit 0fa2722

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test-tidy-pr.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
codecov-token: ${{ secrets.CODECOV_TOKEN }}
6060

6161
clang-tidy-differential:
62+
if: ${{ always() }}
6263
needs:
6364
- check-if-cuda-job-is-needed
6465
- build-and-test-differential
@@ -68,9 +69,11 @@ jobs:
6869
run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'false' }}
6970

7071
clang-tidy-differential-cuda:
72+
if: ${{ always() }}
7173
needs:
7274
- build-and-test-differential-cuda
7375
uses: ./.github/workflows/clang-tidy-differential.yaml
7476
with:
7577
container: ghcr.io/autowarefoundation/autoware:universe-devel
7678
container-suffix: -cuda
79+
run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' }}

0 commit comments

Comments
 (0)