Skip to content

Commit d2f420f

Browse files
committed
chore: support merge queues in CI
Add the merge_group event to the CI workflows so the checks also run against the merge commit built by the merge queue. Without it the required checks never report on a queued pull request and the queue stalls.
1 parent 978feaa commit d2f420f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

3-
on: [push]
3+
# Run the required tests on the merge queue.
4+
on: [push, merge_group]
45

56
env:
67
CI: true

0 commit comments

Comments
 (0)