From 5e6dc982e37402908e679ad23ccc66a6eef1c5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Mon, 23 Dec 2024 18:56:24 +0300 Subject: [PATCH] require-label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/build-test-tidy-pr.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-tidy-pr.yaml b/.github/workflows/build-test-tidy-pr.yaml index 92551816a2745..f86ee67918d4b 100644 --- a/.github/workflows/build-test-tidy-pr.yaml +++ b/.github/workflows/build-test-tidy-pr.yaml @@ -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 }}