Skip to content

Commit

Permalink
chore: remove workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 0c0deb2 commit 8a0e0bf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,8 @@ jobs:
# compression-level: 0
# if-no-files-found: error

#download-proof-params:
# name: Download the proof params
# uses: ./.github/workflows/proof-params-download.yml
# with:
# parameters-json-hash: ${{ hashFiles('filecoin-proofs/parameters.json') }}

test_release:
needs: [set-msrv, download-proof-params]
needs: set-msrv
runs-on: ubuntu-latest
name: Test in release mode
steps:
Expand Down

0 comments on commit 8a0e0bf

Please sign in to comment.