Compare commits

..

2 commits

Author SHA1 Message Date
b4013622ae
[fix] ci: remove github's scheduled actions
I'll run them on my own CI instead
2024-07-20 16:01:57 +02:00
3f41f1c83d
[feat] ci: schedule lockfile updates 2024-07-20 16:00:08 +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