Skip to content

Commit

Permalink
as it is
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Jun 12, 2024
1 parent 582d6ff commit c44d513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-sure-label-is-present.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c44d513

Please sign in to comment.