Skip to content

Commit

Permalink
chore(ci): Update gates diff action to not post Brillig sizes report …
Browse files Browse the repository at this point in the history
…with no changes (#6157)

…mment when not needed

# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

No issue as found while making the public functions size report on
aztec-packages.

## Summary\*

We currently repost the Brillig opcode report even when there have been
no changes. This updates the noir-gates-diff to the most recent commit
on the noir-gates-diff `main` branch which has the fix.


## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
vezenovm authored Sep 26, 2024
1 parent 68f3022 commit 742e8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gates_report_brillig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Compare Brillig bytecode size reports
id: brillig_bytecode_diff
uses: noir-lang/noir-gates-diff@3fb844067b25d1b59727ea600b614503b33503f4
uses: noir-lang/noir-gates-diff@d88f7523b013b9edd3f31c5cfddaef87a3fe1b48
with:
report: gates_report_brillig.json
header: |
Expand Down

0 comments on commit 742e8ae

Please sign in to comment.