Skip to content

Commit

Permalink
fix(ci): Ensure required workflows run in merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jan 23, 2025
1 parent d5b3a74 commit cfb7d4e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Coverage

on:
merge_group:
pull_request:
push:
branches: main
pull_request:

env:
CARGO_TERM_COLOR: always
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mbt.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: MBT
on:
merge_group:
pull_request:
push:
branches: main
pull_request:

jobs:
changes:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/quint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches: main
pull_request:

name: Quint

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Rust

on:
merge_group:
pull_request:
push:
branches: main
pull_request:

env:
CARGO_INCREMENTAL: 0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Spelling
on:
merge_group:
pull_request:
push:
branches: main
Expand Down

0 comments on commit cfb7d4e

Please sign in to comment.