From 87735063d04bb54c384050891e757f0f63686094 Mon Sep 17 00:00:00 2001 From: Dmitri Shimanski Date: Sat, 16 May 2026 01:00:32 +0300 Subject: [PATCH] Update metrics.yaml --- .github/workflows/metrics.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml index 9b694aaf..26d2bec3 100644 --- a/.github/workflows/metrics.yaml +++ b/.github/workflows/metrics.yaml @@ -2,10 +2,8 @@ name: Metrics on: # Schedule updates (each hour) - schedule: [{cron: "0 * * * *"}] - # Lines below let you run workflow manually and on each commit + schedule: [{cron: "0 0 * * *"}] workflow_dispatch: - push: {branches: ["master", "main"]} jobs: github-metrics: runs-on: ubuntu-latest