Skip to content

Commit

Permalink
fix(ci): Do not post public functions report when empty (#8790)
Browse files Browse the repository at this point in the history
This updates the commit to the noir-gates-diff which does not post a
markdown file when there are no changes to the public function sizes.

Right now, every PR will post the following snippet:
<img width="917" alt="Screenshot 2024-09-25 at 12 25 14 PM"
src="https://github.com/user-attachments/assets/83bfb6cc-fece-4ffe-98e4-4bb2bd272155">

Now when there are no changes in public function sizes the snippet will
not post. Commit referenced comes from this PR
(noir-lang/noir-gates-diff#6).
  • Loading branch information
vezenovm authored and Rumata888 committed Sep 27, 2024
1 parent 170a4ce commit 40d1cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ jobs:
- name: Compare public functions bytecode size reports
id: public_functions_sizes_diff
uses: noir-lang/noir-gates-diff@ef8aaf48fb833f3b6e3f91665bb23afb7e68c6e3
uses: noir-lang/noir-gates-diff@d88f7523b013b9edd3f31c5cfddaef87a3fe1b48
with:
report: public_functions_report.json
header: |
Expand Down

0 comments on commit 40d1cc6

Please sign in to comment.