Skip to content

Commit 0008917

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 OpenAPI based code
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
tests:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
pull_request:
66
merge_group:
7+
workflow_dispatch:
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)