From ca254d4d45dcc423578d0ba9e7faac55945b685d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Tue, 17 Dec 2024 23:26:08 +0100 Subject: [PATCH] feat(ci): generate reports on main branch This will allows us to compare to the current state in the future! --- .forgejo/workflows/check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 561bec7..d7eff43 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -33,3 +33,6 @@ jobs: - run: nix --version - name: Create Size Report uses: https://git.salame.cl/jalil/nix-flake-outputs-size@main + with: + comment-on-pr: ${{ github.ref_name != 'main' }} + generate-artifact: ${{ github.ref_name == 'main' }} -- 2.47.0