ci: add skip-clang-tidy label (#5639)

This commit is contained in:
Mm2PL 2024-10-10 02:17:29 +02:00 committed by GitHub
parent f04e7e54e4
commit 9f196c67ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@ concurrency:
jobs: jobs:
review: review:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-clang-tidy') }}
name: "clang-tidy ${{ matrix.os }}, Qt ${{ matrix.qt-version }})" name: "clang-tidy ${{ matrix.os }}, Qt ${{ matrix.qt-version }})"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy: