From fce664c8a8455239c9d83487a52977beff0fa7de Mon Sep 17 00:00:00 2001 From: Lctrs Date: Sat, 15 Oct 2022 09:48:15 +0000 Subject: [PATCH] fix: also run fedc at 1am to fasten auto-merge of update PRs --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 91bcb41..14453ae 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,7 @@ name: Check for updates on: schedule: # for scheduling to work this file must be in the default branch - - cron: "0 0 * * *" # Every day at 00:00 + - cron: "0 0,1 * * *" # Every day at 00:00 workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab jobs: