We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f75d8 commit 8d6dfcaCopy full SHA for 8d6dfca
.github/workflows/clang-tidy.yml
@@ -33,7 +33,7 @@ jobs:
33
analyze:
34
name: Run clang-tidy analysis
35
runs-on: ubuntu-latest
36
- if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci-skip-clang-tidy') }} && needs.changed_files.outputs.changed_files != ''
+ if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci-skip-clang-tidy') && needs.changed_files.outputs.changed_files != '' }}
37
needs: changed_files
38
steps:
39
- uses: actions/checkout@v4
0 commit comments