From 1775d628c537773b629841002492e0558b80e848 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 22 Mar 2025 19:37:49 -0500 Subject: [PATCH] ci: should check after doing the update --- .gitea/workflows/auto-update.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-update.yaml b/.gitea/workflows/auto-update.yaml index fc9c947..c9d6623 100644 --- a/.gitea/workflows/auto-update.yaml +++ b/.gitea/workflows/auto-update.yaml @@ -1,7 +1,7 @@ name: Bump flake.lock on: schedule: - - cron: "0 6 * * *" + - cron: "41 4 * * *" workflow_dispatch: jobs: build: @@ -12,6 +12,7 @@ jobs: fetch-depth: 0 - uses: cachix/install-nix-action@v20 - run: nix flake update + - run: nix flake check - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Bump flake.lock