Skip to content

Commit 0fede95

Browse files
authored
feat: Collect metrics at 2am and 2pm UTC (#15)
* Collect metrics at 2am and 2pm UTC * add comment
1 parent c172e7c commit 0fede95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Collect Haystack metrics
33
on:
44
workflow_dispatch:
55
schedule:
6-
# Run twice a day, at midnight and noon
7-
- cron: "0 0,12 * * *"
6+
# Run twice a day, at 2am and 2pm UTC. New data becomes available ~1am https://pypistats.org/faqs
7+
- cron: "0 2,14 * * *"
88
push:
99
branches: [main]
1010
paths: [".github/workflows/github_metrics.yml"]

0 commit comments

Comments
 (0)