Compare commits

..

2 commits

Author SHA1 Message Date
228c84cf93
[fix] ci: remove github's scheduled actions
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,8 +26,8 @@ jobs:
update-lockfile:
needs: [check build]
runs-on: nixos
if: github.event_name == "schedule"
steps:
if: github.event_name == "schedule"
- uses: "https://code.forgejo.org/actions/checkout@v4"
- run: nix --version
- run: nix flake update