Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit f786f6f

Browse files
authored
chore: rebuild the dashboard at 04:00 UTC (#36)
The dashboard shows data with one day granularity. New data point is added by spark-evaluate & spark-stats repositories every midnight (0:00 UTC). The current schedule of rebuilding the dashboard at 20:00 UTC meant that the dashboard was missing the latest data for most of the day. This commit changes the schedule to run the job at 04:00 UTC. The buffer of four hours after midnight before running the job should be enough to accommodate any delays in the pipelines updating daily stats. Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent 45cef73 commit f786f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
schedule:
7-
- cron: '0 20 * * *'
7+
- cron: '0 4 * * *'
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)