Commit 03936ec
authored
ci: run main.yml checks on merge_group (prerequisite for a merge queue) (#423)
ci: run main.yml checks on merge_group (prerequisite for enabling a merge queue)
Adds a `merge_group` trigger so lint / unit-test / e2e-test / coverage run on the
merge queue's transient ref. This MUST land before a merge queue is enabled on
`main`: the queue gates each merge group on these required checks, and without
the trigger they'd never run, stalling every queued PR. Mirrors the Python
connector (code-coverage.yml runs on merge_group for the same reason).
No job-level event guards, so all four required-check jobs run on merge_group
exactly as they do on pull_request.
Co-authored-by: Isaac
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>1 parent 4b9e16e commit 03936ec
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
0 commit comments