From e876bda5fa2ae9677955ca174dd8948edcdfa3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Mon, 10 Jun 2024 09:06:59 +0300 Subject: [PATCH] ci(clang-tidy-differential): fix tag requirement 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/clang-tidy-differential.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/clang-tidy-differential.yaml b/.github/workflows/clang-tidy-differential.yaml index f7ec81e3394e5..26c5314d4b119 100644 --- a/.github/workflows/clang-tidy-differential.yaml +++ b/.github/workflows/clang-tidy-differential.yaml @@ -14,6 +14,8 @@ jobs: label: tag:run-clang-tidy-differential clang-tidy-differential: + needs: prevent-no-label-execution + if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }} runs-on: ubuntu-latest container: ghcr.io/autowarefoundation/autoware:latest-prebuilt-cuda steps: