From 461a60d867092069117c271d2cf297306d742f5c Mon Sep 17 00:00:00 2001 From: Ryan Le <31494954+lryanle@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:19:43 -0600 Subject: [PATCH] fix(metrics): updated workflow to prevent spam --- .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 46de456..2ff8d15 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -1,11 +1,11 @@ name: Metrics on: # Schedule daily updates - # schedule: [{cron: "0 0 * * *"}] + schedule: [{cron: "0 3 * * 5"}] # (optional) Run workflow manually workflow_dispatch: # (optional) Run workflow when pushing on master/main - push: {branches: ["master", "main"]} + # push: {branches: ["master", "main"]} jobs: github-metrics: runs-on: ubuntu-latest