Skip to content

Commit 0c0deb2

Browse files
committed
chore: comment out workflow
1 parent 86a042f commit 0c0deb2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
# compression-level: 0
9191
# if-no-files-found: error
9292

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

9999
test_release:
100100
needs: [set-msrv, download-proof-params]

0 commit comments

Comments
 (0)