.github/workflows/ci.yml 🔗
@@ -15,6 +15,7 @@ on:
paths-ignore:
- "docs/**/*"
- ".github/workflows/community_*"
+ merge_group:
concurrency:
# Allow only one workflow per any non-`main` branch.
Marshall Bowers created
Enable the `merge_group` for CI workflows so that they work with the
merge queue.
Release Notes:
- N/A
.github/workflows/ci.yml | 1 +
.github/workflows/docs.yml | 1 +
2 files changed, 2 insertions(+)
@@ -15,6 +15,7 @@ on:
paths-ignore:
- "docs/**/*"
- ".github/workflows/community_*"
+ merge_group:
concurrency:
# Allow only one workflow per any non-`main` branch.
@@ -7,6 +7,7 @@ on:
push:
branches:
- main
+ merge_group:
jobs:
check_formatting: