Update metrics.yaml

This commit is contained in:
Dmitri Shimanski
2026-05-16 01:00:32 +03:00
committed by GitHub
parent 3cc50d513d
commit 87735063d0
+1 -3
View File
@@ -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