@@ -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 }}
@@ -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
+ # Run every day at 8pm(PST) - cron uses UTC times
+ - cron: '0 4 * * *'
inputs: