From 05d1a7a804962c283d09564338ac7ad87ca67f8f Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 6 Jul 2025 12:07:32 +0200 Subject: [PATCH] Make it run at 8am instead of in the middle of the night This gives me a chance to react if necessary, e.g. by tweaking the release notes, or by deleting it again if something went wrong. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88b7f46ae..ecb3d08e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,9 @@ name: Release on: schedule: - # Runs at 2:00 AM UTC on every Saturday + # Runs at 8:00 AM UTC on every Saturday # We'll check below if it's the first Saturday of the month, and fail if not - - cron: '0 2 * * 6' + - cron: '0 8 * * 6' # Allow manual triggering of the workflow workflow_dispatch: inputs: