mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
Updated
This commit is contained in:
parent
934e2a626f
commit
68e925c9c7
6
.github/workflows/metrics-collector.yml
vendored
6
.github/workflows/metrics-collector.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user