Skip to content

Commit

Permalink
chore: remove ci success job
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Oct 31, 2024
1 parent 99f8d3d commit f1ab070
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,20 +136,3 @@ jobs:
cd /tmp && curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/install-foundry-zksync | bash
- name: Verify installation
run: forge --version

ci-success:
runs-on: ubuntu-latest
if: always()
needs:
- doctest
- codespell
- clippy
- rustfmt
- forge-fmt
- crate-checks
timeout-minutes: 30
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit f1ab070

Please sign in to comment.