From 2948724f360fd31c7030a7cc979b1f1898393345 Mon Sep 17 00:00:00 2001 From: Wittano Bonarotti <32981591+Wittano@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:52:35 +0200 Subject: [PATCH] chore: set new cron expression for auto-update.yaml Signed-off-by: Wittano Bonarotti <32981591+Wittano@users.noreply.github.com> --- .github/workflows/auto-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index 053c4a5d..8e49ce92 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -2,7 +2,7 @@ name: update-flake-lock on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * 0' jobs: lockfile: