Răsfoiți Sursa

Move zip and prerelease nightlies early (#10152)

Paul Beusterien 3 ani în urmă
părinte
comite
95dafd9d33
2 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 2 2
      .github/workflows/prerelease.yml
  2. 2 2
      .github/workflows/zip.yml

+ 2 - 2
.github/workflows/prerelease.yml

@@ -6,8 +6,8 @@ on:
     types: [closed]
   workflow_dispatch:
   schedule:
-    # Run every day at 10pm (PST) - cron uses UTC times
-    - cron:  '0 6 * * *'
+    # Run every day at 9pm (PST) - cron uses UTC times
+    - cron:  '0 5 * * *'
 
 concurrency:
     group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

+ 2 - 2
.github/workflows/zip.yml

@@ -10,8 +10,8 @@ on:
     # Don't run based on any markdown only changes.
     - '!ReleaseTooling/*.md'
   schedule:
-    # Run every day at 10pm(PST) - cron uses UTC times
-    - cron:  '0 6 * * *'
+    # Run every day at 8pm(PST) - cron uses UTC times
+    - cron:  '0 4 * * *'
 
   workflow_dispatch:
     inputs: