Skip to content

Commit

Permalink
ci: run workflows on merge_group (#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed May 25, 2023
1 parent d6ccab1 commit fd78528
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
pull_request:
merge_group:

env:
RUSTFLAGS: -D warnings
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
paths:
- 'book/**'
- 'book.toml'
merge_group:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- main
pull_request:
merge_group:

env:
RUSTFLAGS: -D warnings
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches: [main]
paths: [Cargo.lock]
merge_group:

env:
RUSTFLAGS: -D warnings
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- main
pull_request:
merge_group:

env:
RUSTFLAGS: -D warnings
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- main
pull_request:
merge_group:

env:
RUSTFLAGS: -D warnings
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- main
pull_request:
merge_group:

env:
RUSTFLAGS: -D warnings
Expand Down

0 comments on commit fd78528

Please sign in to comment.