We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e808c70 commit 69865f7Copy full SHA for 69865f7
.github/workflows/main.yml
@@ -118,6 +118,7 @@ jobs:
118
}
119
120
- name: Clang tidy
121
+ if: github.event_name != 'pull_request'
122
run: |
123
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --run python3 -m pip install clang-html
124
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c libs/llvm
0 commit comments