Skip to content

Commit c61ad4a

Browse files
authored
ci: Allow required checks in merge group (#747)
Co-authored-by: Dylan Anthony <[email protected]>
1 parent 4e0912f commit c61ad4a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
merge_group:
89

910
jobs:
1011
test:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [main]
99
schedule:
1010
- cron: '0 23 * * 2'
11+
merge_group:
1112

1213
jobs:
1314
analyze:

0 commit comments

Comments
 (0)