From 68e925c9c756dd6f8a3c6ed6511cbf4bf7093b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 9 Oct 2020 20:53:54 +0200 Subject: [PATCH] Updated --- .github/workflows/metrics-collector.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/metrics-collector.yml b/.github/workflows/metrics-collector.yml index a4312b648c6..28441eec117 100644 --- a/.github/workflows/metrics-collector.yml +++ b/.github/workflows/metrics-collector.yml @@ -8,12 +8,12 @@ # # https://github.com/grafana/grafana-github-actions/blob/main/metrics-collector/index.ts # -name: Collect metrics when issue is closed +name: Github issue metrics collection on: + schedule: + - cron: "*/10 * * * *" issues: types: [opened, closed] - schedule: - - cron: "*/10 * * * *" # Every 10 minutes jobs: main: