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:
parent
3f40d76be4
commit
4f2ab812fb
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -15,6 +15,7 @@ on:
|
|||
paths-ignore:
|
||||
- "docs/**/*"
|
||||
- ".github/workflows/community_*"
|
||||
merge_group:
|
||||
|
||||
concurrency:
|
||||
# Allow only one workflow per any non-`main` branch.
|
||||
|
|
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
check_formatting:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue