Skip to content

Commit 66d91db

Browse files
ci: enable workflows for merge queue (#7926)
1 parent 283cce7 commit 66d91db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [main]
20+
merge_group:
2021
schedule:
2122
- cron: '29 19 * * 6'
2223

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
- 'main'
1212
- 'next'
1313
- '+([0-9])?(.{+([0-9]),x}).x'
14-
pull_request: {}
14+
pull_request:
15+
merge_group:
1516

1617
jobs:
1718
reuse-compliance:

0 commit comments

Comments
 (0)