Skip to content

Commit b73473c

Browse files
committed
ci: use merge groups to save time
1 parent 33401df commit b73473c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches: [ main, dev ]
99
workflow_call:
10+
merge_group:
1011

1112
jobs:
1213
validate:

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
branches: [ "main" ]
1919
schedule:
2020
- cron: '1 * * * 1'
21+
merge_group:
2122

2223
jobs:
2324
analyze:

0 commit comments

Comments
 (0)