Skip to content

Commit

Permalink
require-label
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 23, 2024
1 parent 7d115af commit 31b06f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test-tidy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ concurrency:
cancel-in-progress: true

jobs:
make-sure-label-is-present:
uses: autowarefoundation/autoware-github-actions/.github/workflows/make-sure-label-is-present.yaml@v1
require-label:
uses: autowarefoundation/autoware-github-actions/.github/workflows/require-label.yaml@ci/require-label
with:
label: tag:run-build-and-test-differential
label: run:build-test-tidy-checks

check-if-cuda-job-is-needed:
needs: make-sure-label-is-present
needs: require-label
runs-on: ubuntu-latest
outputs:
cuda_job_is_needed: ${{ steps.check.outputs.any_changed }}
Expand All @@ -41,7 +41,7 @@ jobs:

build-and-test-differential:
needs:
- make-sure-label-is-present
- require-label
uses: ./.github/workflows/build-and-test-differential.yaml
with:
container: ghcr.io/autowarefoundation/autoware:universe-devel
Expand Down

0 comments on commit 31b06f6

Please sign in to comment.