Compare commits

..

2 commits

Author SHA1 Message Date
5e326d8f6e
[fix] ci: remove github's scheduled actions
All checks were successful
/ check (push) Successful in 25s
/ 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 12s
/ update-lockfile (push) Has been skipped
I'll run them on my own CI instead
2024-07-20 16:08:59 +02:00
11b0eed664
[feat] ci: schedule lockfile updates 2024-07-20 16:08:59 +02:00

View file

@ -26,7 +26,7 @@ jobs:
update-lockfile: update-lockfile:
needs: [check build] needs: [check build]
runs-on: nixos runs-on: nixos
if: github.event_name == "schedule" if: github.event_name == 'schedule'
steps: steps:
- uses: "https://code.forgejo.org/actions/checkout@v4" - uses: "https://code.forgejo.org/actions/checkout@v4"
- run: nix --version - run: nix --version