Further CI fixing, only do clang-tidy stuff in PRs (#4609)

This commit is contained in:
pajlada 2023-05-08 15:29:58 +02:00 committed by GitHub
parent eed2cfff5b
commit 62fc5905e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,7 +275,7 @@ jobs:
shell: bash
- name: clang-tidy review
if: matrix.clang-tidy-review
if: matrix.clang-tidy-review && github.event_name == 'pull_request'
uses: ZedThree/clang-tidy-review@v0.13.0
with:
build_dir: build
@ -284,7 +284,7 @@ jobs:
exclude: "tests/*,lib/*"
- name: clang-tidy-review upload
if: matrix.clang-tidy-review
if: matrix.clang-tidy-review && github.event_name == 'pull_request'
uses: ZedThree/clang-tidy-review/upload@v0.13.0
- name: Package - AppImage (Ubuntu)