From cde4c8279379ecff7afe5c0122d0929c6fa65d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Wed, 12 Jun 2024 16:36:09 +0300 Subject: [PATCH] test multi 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-and-test-differential.yaml | 2 +- .github/workflows/clang-tidy-differential.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index 6a73109f..e3b5f791 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -5,7 +5,7 @@ on: jobs: prevent-no-label-execution-build-and-test-differential: - uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1 + uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v-multi-label with: label: tag:run-build-and-test-differential diff --git a/.github/workflows/clang-tidy-differential.yaml b/.github/workflows/clang-tidy-differential.yaml index effb6cc9..366e8779 100644 --- a/.github/workflows/clang-tidy-differential.yaml +++ b/.github/workflows/clang-tidy-differential.yaml @@ -9,7 +9,7 @@ on: jobs: prevent-no-label-execution-clang-tidy-differential: - uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1 + uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v-multi-label with: label: tag:run-clang-tidy-differential