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: paths-ignore:
- "docs/**/*" - "docs/**/*"
- ".github/workflows/community_*" - ".github/workflows/community_*"
merge_group:
concurrency: concurrency:
# Allow only one workflow per any non-`main` branch. # Allow only one workflow per any non-`main` branch.

View file

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