Skip to content

Commit 5b25c80

Browse files
authored
Move merge_group to top (#7924)
1 parent 2d38431 commit 5b25c80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: CI
22

33
on:
4+
merge_group:
45
pull_request:
56
push:
67
branches-ignore:
78
- 'dependabot/**'
89
- staging-squash-merge.tmp
9-
merge_group:
1010

1111
env:
1212
CARGO_TERM_COLOR: always

.github/workflows/validation-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: validation jobs
22

33
on:
4+
merge_group:
45
push:
56
branches:
67
- staging
78
- trying
89
- main
9-
merge_group:
1010

1111
env:
1212
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)