Skip to content

Commit

Permalink
Further CI fixing, only do clang-tidy stuff in PRs (#4609)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored May 8, 2023
1 parent eed2cff commit 62fc590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
build_dir: build
Expand All @@ -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/[email protected]

- name: Package - AppImage (Ubuntu)
Expand Down

0 comments on commit 62fc590

Please sign in to comment.