Skip to content

Commit

Permalink
Fix clang-tidy to run on the merge queue
Browse files Browse the repository at this point in the history
Without this, the merge queue blocks on results but they never get
triggered and show up. This will need to merge before we re-enable
`clang-tidy` enforcement on the trunk branch.
  • Loading branch information
chandlerc committed Jan 8, 2025
1 parent aaef516 commit cc8d0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang_tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches: [trunk, action-test]
pull_request:
merge_group:

permissions:
contents: read # For actions/checkout.
Expand Down

0 comments on commit cc8d0b2

Please sign in to comment.