Change nightly release schedule to 03:00 UTC
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 19 Dec 2025 03:20:27 +0000 (04:20 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Dec 2025 03:20:27 +0000 (04:20 +0100)
.github/workflows/auto-release.yml

index 86a3490808d676c5acaf2df656d5687080bd0fb7..51f61c8cf332bf398b816a218bc1167902cf7324 100644 (file)
@@ -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: