Skip to content

Commit

Permalink
ci: re-enable workflows on main (paradigmxyz#3849)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Jul 19, 2023
1 parent a38b578 commit 4a86aae
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
pull_request:
merge_group:
push:
branches: [main]

env:
RUSTFLAGS: -D warnings
Expand Down Expand Up @@ -79,4 +81,4 @@ jobs:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
jobs: ${{ toJSON(needs) }}
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
pull_request:
merge_group:
push:
branches: [main]

env:
RUSTFLAGS: -D warnings
Expand Down Expand Up @@ -68,4 +70,4 @@ jobs:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
jobs: ${{ toJSON(needs) }}
4 changes: 3 additions & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
pull_request:
merge_group:
push:
branches: [main]

env:
RUSTFLAGS: -D warnings
Expand Down Expand Up @@ -70,4 +72,4 @@ jobs:
#- name: Decide whether the needed jobs succeeded or failed
# uses: re-actors/alls-green@release/v1
# with:
# jobs: ${{ toJSON(needs) }}
# jobs: ${{ toJSON(needs) }}
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
pull_request:
merge_group:
push:
branches: [main]

env:
RUSTFLAGS: -D warnings
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
pull_request:
merge_group:
push:
branches: [main]

env:
RUSTFLAGS: -D warnings
Expand Down

0 comments on commit 4a86aae

Please sign in to comment.