mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Further CI fixing, only do clang-tidy stuff in PRs (#4609)
This commit is contained in:
parent
eed2cfff5b
commit
62fc5905e6
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue