Browse Source

Update release pipeline scheduled time to 5pm UTC

Issue gh-10455
Steve Riesenberg 3 years ago
parent
commit
155fe11815
1 changed files with 1 additions and 1 deletions
  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:
 on:
   schedule:
   schedule:
-    - cron: '0 13 * * MON' # Every Monday at 1pm UTC
+    - cron: '0 17 * * MON' # Every Monday at 5pm UTC
   workflow_dispatch: # Manual trigger
   workflow_dispatch: # Manual trigger
 
 
 env:
 env: