Move merge_group to top (#7924)

This commit is contained in:
Carter Anderson 2023-03-05 22:08:21 -08:00 committed by GitHub
parent 2d38431ac6
commit 5b25c803a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
name: CI name: CI
on: on:
merge_group:
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

View File

@ -1,12 +1,12 @@
name: validation jobs name: validation jobs
on: on:
merge_group:
push: push:
branches: branches:
- staging - staging
- trying - trying
- main - main
merge_group:
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always