Skip to content

Commit

Permalink
refer to current pr
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed Dec 22, 2024
1 parent 175829b commit b11d4de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-tidy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
build-and-test-differential:
needs:
- make-sure-label-is-present
uses: .github/workflows/build-and-test-differential.yaml
uses: .github/workflows/build-and-test-differential.yaml@ci/build-test-tidy-pr
with:
container: ghcr.io/autowarefoundation/autoware:universe-devel
codecov-token: ${{ secrets.CODECOV_TOKEN }}

build-and-test-differential-cuda:
needs: check-if-cuda-job-is-needed
if: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' }}
uses: .github/workflows/build-and-test-differential.yaml
uses: .github/workflows/build-and-test-differential.yaml@ci/build-test-tidy-pr
with:
container: ghcr.io/autowarefoundation/autoware:universe-devel
container-suffix: -cuda
Expand All @@ -60,6 +60,6 @@ jobs:
needs:
- build-and-test-differential
- build-and-test-differential-cuda
uses: .github/workflows/clang-tidy-differential.yaml
uses: .github/workflows/clang-tidy-differential.yaml@ci/build-test-tidy-pr
with:
container: ghcr.io/autowarefoundation/autoware:universe-devel-cuda

0 comments on commit b11d4de

Please sign in to comment.