ci: Enable merge_group for workflows (#22214)

Enable the `merge_group` for CI workflows so that they work with the
merge queue.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-12-18 17:59:20 -05:00 committed by GitHub
parent 3f40d76be4
commit 4f2ab812fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ on:
paths-ignore:
- "docs/**/*"
- ".github/workflows/community_*"
merge_group:
concurrency:
# Allow only one workflow per any non-`main` branch.

View file

@ -7,6 +7,7 @@ on:
push:
branches:
- main
merge_group:
jobs:
check_formatting: