feat(ci): generate reports on main branch
All checks were successful
/ check (push) Successful in 48s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s
/ report-size (push) Successful in 4s

This will allows us to compare to the current state in the future!
This commit is contained in:
Jalil David Salamé Messina 2024-12-17 23:26:08 +01:00
parent 226bed485b
commit ca254d4d45
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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' }}