Compare commits

..

1 commit

Author SHA1 Message Date
0b07c37d93
[fix] ci: scheduled update not working
All checks were successful
/ check (push) Successful in 23s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 11s
/ update-lockfile (push) Has been skipped
2024-07-21 16:58:05 +02:00

View file

@ -26,7 +26,7 @@ jobs:
update-lockfile:
needs: [check build]
runs-on: nixos
# if: github.event_name == 'schedule'
if: github.event_name == 'schedule'
steps:
- uses: "https://code.forgejo.org/actions/checkout@v4"
- run: nix --version
@ -36,4 +36,4 @@ jobs:
git config user.email 'forgejo-actions@noreply.salame.cl'
nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs'
nix flake check --keep-going --verbose
git show
git push