mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
ci: add skip-clang-tidy
label (#5639)
This commit is contained in:
parent
f04e7e54e4
commit
9f196c67ea
1
.github/workflows/clang-tidy.yml
vendored
1
.github/workflows/clang-tidy.yml
vendored
|
@ -10,6 +10,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
review:
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-clang-tidy') }}
|
||||
name: "clang-tidy ${{ matrix.os }}, Qt ${{ matrix.qt-version }})"
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue