From 12e8d542414cea06ea12b144a740411da3b7672e Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Sat, 11 Jan 2025 19:53:29 +0100 Subject: [PATCH] Run check update action twice Allow to merge the previously opened PR. --- .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 fdcf621..9e81a56 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: "30 0 * * 5" + - cron: "00,30 1 * * 5" # Open a PR, then 30 minutes after merge it if the CI passed workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab jobs: