From a0966f6d2ee5b3a77ac0bd7227b57580886c7f2f Mon Sep 17 00:00:00 2001 From: adisbladis Date: Sat, 8 Jan 2022 09:36:33 +1300 Subject: [PATCH] Update flake auto-update cron schedule to run twice a week --- .github/workflows/update-flake-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index e53ba93..5a3d232 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -2,7 +2,7 @@ name: update-flake-lock on: workflow_dispatch: # allows manual triggering schedule: - - cron: '0 0 * * 0' # runs weekly on Sunday at 00:00 + - cron: '0 0 * * 1,4' # Run twice a week jobs: lockfile: