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
+1
View File
@@ -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: