Skip to content

Commit 5d1025e

Browse files
committed
Also run conflict detection job on merge queues
Merge queues also require CI jobs to succeed, but they don't get triggered by the `pull_request` trigger: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions Our other GitHub Actions workflows appear to also have `push` as a trigger, and therefore do not need this change.
1 parent 93c79ff commit 5d1025e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conflicts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ permissions: {}
55
on:
66
pull_request:
77
branches: [ main, localization ]
8+
merge_group:
9+
types: [checks_requested]
810

911
jobs:
1012
detect-unresolved-conflicts:

0 commit comments

Comments
 (0)