Skip to content

Commit 530ca9c

Browse files
authored
Support GitHub merge queue (#3038)
Signed-off-by: Andy Goldstein <[email protected]>
1 parent 20fbc30 commit 530ca9c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: build
22
on:
3+
merge_group:
34
pull_request:
45
workflow_dispatch:
56
jobs:

.github/workflows/e2e-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- master
88
pull_request:
99
workflow_dispatch:
10+
merge_group:
1011
jobs:
1112
e2e:
1213
strategy:

.github/workflows/sanity.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- '**'
66
pull_request:
77
workflow_dispatch:
8+
merge_group:
89
jobs:
910
vendor:
1011
runs-on: ubuntu-latest

.github/workflows/unit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- master
88
pull_request:
99
workflow_dispatch:
10+
merge_group:
1011
jobs:
1112
unit:
1213
runs-on: ubuntu-latest

.github/workflows/verify.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- master
66
pull_request:
77
workflow_dispatch:
8+
merge_group:
89
jobs:
910
verify:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)