Skip to content

Commit 507710f

Browse files
authored
fix(ci): Do not post public functions report when empty (#8790)
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).
1 parent b0d1bab commit 507710f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ jobs:
719719
720720
- name: Compare public functions bytecode size reports
721721
id: public_functions_sizes_diff
722-
uses: noir-lang/noir-gates-diff@ef8aaf48fb833f3b6e3f91665bb23afb7e68c6e3
722+
uses: noir-lang/noir-gates-diff@d88f7523b013b9edd3f31c5cfddaef87a3fe1b48
723723
with:
724724
report: public_functions_report.json
725725
header: |

0 commit comments

Comments
 (0)