Reorder merge group and remove branch filter (#7923)
This commit is contained in:
parent
6c1e3b9472
commit
2d38431ac6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1,14 +1,12 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
merge_group:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'dependabot/**'
|
- 'dependabot/**'
|
||||||
- staging-squash-merge.tmp
|
- staging-squash-merge.tmp
|
||||||
|
merge_group:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
4
.github/workflows/validation-jobs.yml
vendored
4
.github/workflows/validation-jobs.yml
vendored
@ -1,14 +1,12 @@
|
|||||||
name: validation jobs
|
name: validation jobs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
merge_group:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- staging
|
- staging
|
||||||
- trying
|
- trying
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
Loading…
Reference in New Issue
Block a user