diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 72fd1f6..4dd4725 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -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