We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa11a20 commit fed070fCopy full SHA for fed070f
1 file changed
.github/workflows/schedule_reporter.yml
@@ -16,7 +16,7 @@ name: Schedule Reporter
16
17
on:
18
schedule:
19
- - cron: '0 22 * * *' # Runs at 3:00 PM PT (10:00 PM UTC) every day
+ - cron: '0 23 * * *' # Runs at 4:00 PM PT (11:00 PM UTC) every day
20
21
jobs:
22
run_reporter:
0 commit comments