Skip to content

Commit

Permalink
Disable EVM verifier on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed Feb 18, 2025
1 parent ba37edf commit 0a226d8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:
always() && !cancelled()
secrets: inherit

verify-circuit-proof:
name: Verify Circuit Proof
uses: ./.github/workflows/verify-circuit-proof.yml
if: |
always() && !cancelled()
secrets: inherit
# Temporarily disable this step until EVM verifier is updated.
# verify-circuit-proof:
# name: Verify Circuit Proof
# uses: ./.github/workflows/verify-circuit-proof.yml
# if: |
# always() && !cancelled()
# secrets: inherit

verify-proof-by-proof-producer:
name: Verify Proof
Expand Down

0 comments on commit 0a226d8

Please sign in to comment.