mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:00:12 +01:00
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:
@@ -8,6 +8,7 @@ on:
|
||||
push:
|
||||
branches: [trunk, action-test]
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
permissions:
|
||||
contents: read # For actions/checkout.
|
||||
|
||||
Reference in New Issue
Block a user