Skip to content

Commit

Permalink
ok maybe we don't run every single hour.
Browse files Browse the repository at this point in the history
  • Loading branch information
PChild authored Oct 12, 2024
1 parent bc2aedc commit 28c7c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Metrics
on:
# Schedule updates (each hour)
schedule: [{cron: "0 * * * *"}]
schedule: [{cron: "0 0 * * *"}]
# Lines below let you run workflow manually and on each commit
workflow_dispatch:
push: {branches: ["master", "main"]}
Expand Down

0 comments on commit 28c7c68

Please sign in to comment.