Skip to content

Commit 8d6dfca

Browse files
committed
Fix
1 parent 15f75d8 commit 8d6dfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
analyze:
3434
name: Run clang-tidy analysis
3535
runs-on: ubuntu-latest
36-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci-skip-clang-tidy') }} && needs.changed_files.outputs.changed_files != ''
36+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci-skip-clang-tidy') && needs.changed_files.outputs.changed_files != '' }}
3737
needs: changed_files
3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)