Skip to content

Commit 761a3be

Browse files
committed
Merge remote-tracking branch 'origin/main' into msrathore/sea-kernel-e2e-ci
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>
2 parents 30b7aee + 03936ec commit 761a3be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
pull_request:
88
branches:
99
- main
10+
# Run the same required checks (lint / unit-test / e2e-test / coverage) on the
11+
# merge queue's transient ref. Required so a merge queue can be enabled on
12+
# `main`: the queue waits on these checks for each merge group, and without a
13+
# `merge_group` trigger they would never run and every queued PR would stall.
14+
merge_group:
1015

1116
permissions:
1217
contents: read

0 commit comments

Comments
 (0)