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