We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c172e7c commit 0fede95Copy full SHA for 0fede95
.github/workflows/github_metrics.yml
@@ -3,8 +3,8 @@ name: Collect Haystack metrics
3
on:
4
workflow_dispatch:
5
schedule:
6
- # Run twice a day, at midnight and noon
7
- - cron: "0 0,12 * * *"
+ # Run twice a day, at 2am and 2pm UTC. New data becomes available ~1am https://pypistats.org/faqs
+ - cron: "0 2,14 * * *"
8
push:
9
branches: [main]
10
paths: [".github/workflows/github_metrics.yml"]
0 commit comments