Compare commits

..

2 commits

Author SHA1 Message Date
228c84cf93
[fix] ci: remove github's scheduled actions
Some checks failed
/ check (push) Successful in 30s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 24s
/ build (nvim) (push) Successful in 15s
/ update-lockfile (push) Failing after 0s
I'll run them on my own CI instead
2024-07-20 16:06:25 +02:00
b242bebd8f
[feat] ci: schedule lockfile updates 2024-07-20 16:06:25 +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