Skip to content

Commit

Permalink
ci: add merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler authored Mar 22, 2023
1 parent 9b6c05c commit d16f62e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ name: CI
- opened
- reopened
- synchronize
merge_group:

env:
toolchain: nightly-2022-11-03
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: Integration tests
- opened
- reopened
- synchronize
merge_group:
push:
paths-ignore:
- '**/*.md'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ name: PR
- reopened
- edited
- synchronize
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d16f62e

Please sign in to comment.