Skip to content

Commit

Permalink
fix: Use correct gates diff commit now that master has been reset (#6004
Browse files Browse the repository at this point in the history
)

Follow-up to #6003.
This PR simply updates to using a noir gates diff that expects an
uncorrupted comparison report on master.
  • Loading branch information
vezenovm authored and TomAFrench committed Apr 24, 2024
1 parent b129602 commit e69d673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/protocol-circuits-gate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Compare gates reports
id: gates_diff
uses: vezenovm/noir-gates-diff@45e9c9a21deb236fa7f38138b42b33ddaf7c0985
uses: vezenovm/noir-gates-diff@acf12797860f237117e15c0d6e08d64253af52b6
with:
report: protocol_circuits_report.json
summaryQuantile: 0 # Display any diff in gate count
Expand Down

0 comments on commit e69d673

Please sign in to comment.