Skip to content

Commit ca5ce37

Browse files
authored
fix: add merge_group trigger to CI workflow (#90)
## Summary - Add `merge_group:` event trigger to CI workflow so merge queue checks run properly - Without this trigger, PRs get stuck in the merge queue waiting for checks that never start ## Test plan - [ ] CI checks pass on this PR - [ ] Merge queue properly triggers checks after merge
2 parents 5534ced + c1970ab commit ca5ce37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI
33
on:
44
push:
55
pull_request:
6+
merge_group:
67
schedule:
78
- cron: '0 6 * * 1'
89

0 commit comments

Comments
 (0)