Fix clang-tidy to run on the merge queue (#4773)

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.
This commit is contained in:
Chandler Carruth
2025-01-08 16:44:53 +00:00
committed by GitHub
parent bf5c891540
commit f52ae6afa7
+1
View File
@@ -8,6 +8,7 @@ on:
push:
branches: [trunk, action-test]
pull_request:
merge_group:
permissions:
contents: read # For actions/checkout.