File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
42
42
build-and-test-differential :
43
43
needs :
44
44
- make-sure-label-is-present
45
- uses : .github/workflows/build-and-test-differential.yaml@ci/build-test-tidy-pr
45
+ uses : ./. github/workflows/build-and-test-differential.yaml@ci/build-test-tidy-pr
46
46
with :
47
47
container : ghcr.io/autowarefoundation/autoware:universe-devel
48
48
codecov-token : ${{ secrets.CODECOV_TOKEN }}
49
49
50
50
build-and-test-differential-cuda :
51
51
needs : check-if-cuda-job-is-needed
52
52
if : ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' }}
53
- uses : .github/workflows/build-and-test-differential.yaml@ci/build-test-tidy-pr
53
+ uses : ./. github/workflows/build-and-test-differential.yaml@ci/build-test-tidy-pr
54
54
with :
55
55
container : ghcr.io/autowarefoundation/autoware:universe-devel
56
56
container-suffix : -cuda
60
60
needs :
61
61
- build-and-test-differential
62
62
- build-and-test-differential-cuda
63
- uses : .github/workflows/clang-tidy-differential.yaml@ci/build-test-tidy-pr
63
+ uses : ./. github/workflows/clang-tidy-differential.yaml@ci/build-test-tidy-pr
64
64
with :
65
65
container : ghcr.io/autowarefoundation/autoware:universe-devel-cuda
You can’t perform that action at this time.
0 commit comments