Commit a3eaa6f
authored
chore: run checks for merge queue (#29)
# Motivation
Merge queue entries are not starting required checks because the test
workflow does not listen for GitHub's merge queue event.
# Summary of Changes
- Adds the `merge_group` trigger to the `Test` workflow.
- Leaves the release workflow unchanged so it only runs after pushes to
`main`.
# Testing
- `git diff --check`
- `mise run fmt:check`
# Dependencies/Special Considerations
Existing merge queue entries may need to be re-queued after this PR
lands so GitHub creates new merge-group refs with the updated workflow.1 parent 5840cdd commit a3eaa6f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments