Skip to content

Commit e486b47

Browse files
authored
Move zip ci earlier to make sure it finishes (#9271)
1 parent 0ab2f04 commit e486b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 midnight(PST) - cron uses UTC times
14-
- cron: '0 8 * * *'
13+
# Run every day at 10pm(PST) - cron uses UTC times
14+
- cron: '0 6 * * *'
1515

1616
workflow_dispatch:
1717
inputs:

0 commit comments

Comments
 (0)