Skip to content

Commit 69865f7

Browse files
committed
Ci: Don't run clang tidy on pr
The output has limited use for now and slows down the build enormously.
1 parent e808c70 commit 69865f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
}
119119
120120
- name: Clang tidy
121+
if: github.event_name != 'pull_request'
121122
run: |
122123
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --run python3 -m pip install clang-html
123124
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c libs/llvm

0 commit comments

Comments
 (0)