Skip to content

Commit ae79f12

Browse files
authored
Merge pull request #43 from VectorInstitute/fix_metric_calc
Fix metric collection timing
2 parents 4370b24 + a0e45b2 commit ae79f12

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)