Only run clang-tidy CI Action on PRs (#3892)
This commit is contained in:
@@ -148,7 +148,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: clang-tidy review
|
||||
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2')
|
||||
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request')
|
||||
uses: ZedThree/clang-tidy-review@v0.8.4
|
||||
id: review
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user