From ef4efa8818eb809ed715eaf61a9ae4d297ff2203 Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Sat, 21 May 2022 14:59:40 -0700 Subject: [PATCH] Update metrics.yml --- .github/workflows/metrics.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]}