From 6d0989f44fdf1d8285332d56f31a1d7efcd139b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 21 Jul 2024 16:26:55 +0200 Subject: [PATCH] [fix] ci: scheduled update not working --- .forgejo/workflows/check.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index fd92923..84e0ac5 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -26,15 +26,14 @@ 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 - - run: nix flake update - name: nix flake update run: | git config user.name 'forgejo-actions' git config user.email 'forgejo-actions@noreply.salame.cl' nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs' - - run: nix flake check --keep-going --verbose - - run: git push + nix flake check --keep-going --verbose + git show