From c44d513985121842cdac016b25885c4f64622b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Wed, 12 Jun 2024 18:10:10 +0300 Subject: [PATCH] as it is 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/make-sure-label-is-present.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-sure-label-is-present.yaml b/.github/workflows/make-sure-label-is-present.yaml index 83dcdc0a..d7305344 100644 --- a/.github/workflows/make-sure-label-is-present.yaml +++ b/.github/workflows/make-sure-label-is-present.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Check if label is present id: make-sure-label-is-present - if: contains(github.event.pull_request.labels.*.name, 'tag:run-clang-tidy-differential') + if: contains(github.event.pull_request.labels.*.name, inputs.label) run: | echo "result=true" >> $GITHUB_OUTPUT shell: bash