From 5bccde0d96fc578c3335fc19fe0403329952f4f0 Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Sat, 18 Jan 2025 16:24:30 +0100 Subject: [PATCH] Fix check for updates action Does not seem to work in a single expression. --- .github/workflows/update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9e81a56..bab7d65 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,8 @@ name: Check for updates on: schedule: # for scheduling to work this file must be in the default branch - - cron: "00,30 1 * * 5" # Open a PR, then 30 minutes after merge it if the CI passed + - cron: "00 1 * * 5" # Open a PR + - cron: "30 1 * * 5" # 30 minutes after merge it if the CI passed workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab jobs: