Skip to content

Commit 175829b

Browse files
committed
simplify paths
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent 7538d0a commit 175829b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
build-and-test-differential:
4343
needs:
4444
- make-sure-label-is-present
45-
uses: ./.github/workflows/build-and-test-differential.yaml
45+
uses: .github/workflows/build-and-test-differential.yaml
4646
with:
4747
container: ghcr.io/autowarefoundation/autoware:universe-devel
4848
codecov-token: ${{ secrets.CODECOV_TOKEN }}
4949

5050
build-and-test-differential-cuda:
5151
needs: check-if-cuda-job-is-needed
5252
if: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' }}
53-
uses: ./.github/workflows/build-and-test-differential.yaml
53+
uses: .github/workflows/build-and-test-differential.yaml
5454
with:
5555
container: ghcr.io/autowarefoundation/autoware:universe-devel
5656
container-suffix: -cuda
@@ -60,6 +60,6 @@ jobs:
6060
needs:
6161
- build-and-test-differential
6262
- build-and-test-differential-cuda
63-
uses: ./.github/workflows/clang-tidy-differential.yaml
63+
uses: .github/workflows/clang-tidy-differential.yaml
6464
with:
6565
container: ghcr.io/autowarefoundation/autoware:universe-devel-cuda

0 commit comments

Comments
 (0)