We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbb25d commit fe093a7Copy full SHA for fe093a7
.github/workflows/prerelease.yml
@@ -6,8 +6,8 @@ on:
6
types: [closed]
7
workflow_dispatch:
8
schedule:
9
- # Run every day at 10pm (PST) - cron uses UTC times
10
- - cron: '0 6 * * *'
+ # Run every day at 9pm (PST) - cron uses UTC times
+ - cron: '0 5 * * *'
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
.github/workflows/zip.yml
@@ -10,8 +10,8 @@ on:
# Don't run based on any markdown only changes.
- '!ReleaseTooling/*.md'
- # Run every day at 10pm(PST) - cron uses UTC times
14
+ # Run every day at 8pm(PST) - cron uses UTC times
+ - cron: '0 4 * * *'
15
16
17
inputs:
0 commit comments