Skip to content

Commit a0e45b2

Browse files
committed
Fix metric collection timing
1 parent 444b4fd commit a0e45b2

File tree

6 files changed

+1324
-541
lines changed

6 files changed

+1324
-541
lines changed

.github/workflows/collect-metrics.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Collect GitHub Metrics
22

33
on:
4-
# Run weekly on Mondays at 00:00 UTC
4+
# Run weekly on Mondays at 12:00 UTC (noon)
5+
# Later timing ensures PyPI stats are available for the previous day
56
schedule:
6-
- cron: '0 0 * * 1'
7+
- cron: '0 12 * * 1'
78
# Allow manual trigger
89
workflow_dispatch:
910

0 commit comments

Comments
 (0)