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 c2a557f commit 662e4b3Copy full SHA for 662e4b3
.github/workflows/schedule_reporter.yml
@@ -16,7 +16,7 @@ name: Schedule Reporter
16
17
on:
18
schedule:
19
- - cron: '0 3 * * *' # Runs at 12:00 AM PT everyday
+ - cron: '0 6 * * *' # Runs at 6 AM every morning
20
21
jobs:
22
run_reporter:
0 commit comments