Skip to content

Commit

Permalink
Enable merge queue (#447)
Browse files Browse the repository at this point in the history
* Enable merge queue

* Remove too many merge_group triggers.

* Remove too many merge_group: triggers
  • Loading branch information
Marcin-Radecki authored May 15, 2024
1 parent 0733658 commit fdd7089
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-version-bumped-consensus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Version bump check for code changes in the aleph-bft package

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

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

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

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

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

0 comments on commit fdd7089

Please sign in to comment.