Explorar o código

Update release time to 1pm UTC

Issue gh-10451
Eleftheria Stein %!s(int64=3) %!d(string=hai) anos
pai
achega
e472cc1cc8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release-next-version.yml

+ 1 - 1
.github/workflows/release-next-version.yml

@@ -2,7 +2,7 @@ name: Release Next Version
 
 on:
   schedule:
-    - cron: '0 0 * * MON' # Every Monday
+    - cron: '0 13 * * MON' # Every Monday at 1pm UTC
   workflow_dispatch: # Manual trigger
 
 env: