Skip to content

Commit d6c0468

Browse files
authored
ci: Trigger gh actions on merge group (#3017)
1 parent 699882e commit d6c0468

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- "feat-*"
88
pull_request:
99
workflow_dispatch:
10+
merge_group:
11+
types: [checks_requested]
1012

1113
jobs:
1214
build:

.github/workflows/check_compatibility.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Check compatibility
22

33
on:
44
pull_request:
5+
merge_group:
6+
types: [checks_requested]
57

68
jobs:
79
check-compatibility:

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ "develop" ]
20+
merge_group:
21+
types: [checks_requested]
2022
schedule:
2123
- cron: '43 23 * * 2'
2224

0 commit comments

Comments
 (0)