Skip to content

Commit 662e4b3

Browse files
committed
chore: update reporter schedule timings to 6 AM
1 parent c2a557f commit 662e4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schedule_reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Schedule Reporter
1616

1717
on:
1818
schedule:
19-
- cron: '0 3 * * *' # Runs at 12:00 AM PT everyday
19+
- cron: '0 6 * * *' # Runs at 6 AM every morning
2020

2121
jobs:
2222
run_reporter:

0 commit comments

Comments
 (0)