mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -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
|
# 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:
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "*/10 * * * *"
|
||||||
issues:
|
issues:
|
||||||
types: [opened, closed]
|
types: [opened, closed]
|
||||||
schedule:
|
|
||||||
- cron: "*/10 * * * *" # Every 10 minutes
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
|
Loading…
Reference in New Issue
Block a user