Skip to content

Commit

Permalink
ci: add skip-clang-tidy label (#5639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mm2PL authored Oct 10, 2024
1 parent f04e7e5 commit 9f196c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f196c6

Please sign in to comment.