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
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:
parent
226bed485b
commit
ca254d4d45
1 changed files with 3 additions and 0 deletions
|
@ -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' }}
|
||||
|
|
Loading…
Reference in a new issue