From 7a5cdbfd3e766640a7b94ebc311b89f1475ccd9e Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 19 Dec 2025 04:20:27 +0100 Subject: [PATCH] Change nightly release schedule to 03:00 UTC --- .github/workflows/auto-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 86a34908..51f61c8c 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -7,8 +7,8 @@ name: Auto Release on: schedule: - # Run at 02:00 UTC every day for nightly releases - - cron: "0 2 * * *" + # Run at 03:00 UTC every day for nightly releases + - cron: "0 3 * * *" workflow_dispatch: inputs: channel: -- 2.34.1