diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 9f64401..0850fd3 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -1,8 +1,8 @@ # Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference name: Metrics on: - # Schedule updates (each hour) - schedule: [{cron: "0 * * * *"}] + # Schedule updates (daily) + schedule: [{cron: "0 0 * * *"}] # Lines below let you run workflow manually and on each commit workflow_dispatch: push: {branches: ["master", "main"]}