From fb009e9a98a59b5caf1db58beaea186191630de9 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 26 Jun 2022 08:43:18 +0800 Subject: [PATCH] chore: fix automated update schedule --- .github/workflows/automate-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automate-update.yml b/.github/workflows/automate-update.yml index 788fdd4f..94aa52fa 100644 --- a/.github/workflows/automate-update.yml +++ b/.github/workflows/automate-update.yml @@ -2,7 +2,7 @@ name: "Automated flake inputs update" on: schedule: # Every week on Friday. - - cron: '0 * * * 5' + - cron: '0 0 * * 5' jobs: build: runs-on: ubuntu-latest