Skip to content

Commit

Permalink
Enable merge queue (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki authored May 15, 2024
1 parent 2ebeb30 commit 1d2aa80
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: cargo-audit

on:
merge_group:
pull_request:
paths:
- '**/Cargo.toml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-version-bumped-consensus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Version bump check for code changes in the aleph-bft package

on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-version-bumped-crypto.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Version bump check for code changes in the aleph-bft-crypto package

on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-version-bumped-mock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Version bump check for code changes in the aleph-bft-mock package

on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-version-bumped-rmc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Version bump check for code changes in the aleph-bft-rmc package

on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-version-bumped-types.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Version bump check for code changes in the aleph-bft-types package

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

on:
merge_group:
push:
pull_request:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Versions are aligned (consensus)

on:
merge_group:
pull_request:
branches:
- main
Expand Down

0 comments on commit 1d2aa80

Please sign in to comment.