Skip to content

Commit 254b13c

Browse files
authored
Only run ClangTidyReview on PRs
1 parent 6aafa7b commit 254b13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
clang-tidy:
9696
needs: 'build'
9797
runs-on: ubuntu-latest
98-
if: always()
98+
if: always() && github.event_name == 'pull-request'
9999

100100
steps:
101101
- name: Checkout Code

0 commit comments

Comments
 (0)