Skip to content

Commit 9e2e1f4

Browse files
authored
Require more jobs in merge queue (#570)
To re-enable the merge queue, this change adds merge_group to several jobs. original: line/line-bot-sdk-java#1592
1 parent 0088c5a commit 9e2e1f4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/generate-code.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Generate code and open pull request
22

33
on:
4-
workflow_dispatch:
5-
pull_request:
64
push:
7-
branches:
8-
- master
5+
pull_request:
6+
merge_group:
7+
workflow_dispatch:
98

109
jobs:
1110
build:

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: Go
1+
name: Go Test
22

33
on:
44
push:
5-
branches: [ master ]
65
pull_request:
7-
branches: [ master ]
86
merge_group:
7+
workflow_dispatch:
98

109
jobs:
1110

0 commit comments

Comments
 (0)