Skip to content

Commit fe093a7

Browse files
authored
Move zip and prerelease nightlies early (#10152)
1 parent efbb25d commit fe093a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
types: [closed]
77
workflow_dispatch:
88
schedule:
9-
# Run every day at 10pm (PST) - cron uses UTC times
10-
- cron: '0 6 * * *'
9+
# Run every day at 9pm (PST) - cron uses UTC times
10+
- cron: '0 5 * * *'
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

.github/workflows/zip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
# Don't run based on any markdown only changes.
1111
- '!ReleaseTooling/*.md'
1212
schedule:
13-
# Run every day at 10pm(PST) - cron uses UTC times
14-
- cron: '0 6 * * *'
13+
# Run every day at 8pm(PST) - cron uses UTC times
14+
- cron: '0 4 * * *'
1515

1616
workflow_dispatch:
1717
inputs:

0 commit comments

Comments
 (0)