mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Test backend on feature-toggles documentation changes (#78177)
Run backend tests if the feature-toggles documentation changes
This commit is contained in:
parent
2d2e058563
commit
d78b3fea2f
@ -365,6 +365,7 @@ trigger:
|
||||
- go.sum
|
||||
- go.mod
|
||||
- public/app/plugins/**/plugin.json
|
||||
- docs/sources/setup-grafana/configure-grafana/feature-toggles/**
|
||||
- devenv/**
|
||||
type: docker
|
||||
volumes:
|
||||
@ -4684,6 +4685,6 @@ kind: secret
|
||||
name: gcr_credentials
|
||||
---
|
||||
kind: signature
|
||||
hmac: b3a77df22aa83cf39c768ab7efcd8724d242a431298ddf53ca1f4402f3e7d8a7
|
||||
hmac: e5f8ac3263b36e17d1b6c0b4ec7f9658babff30065f4742d3b570a918e1f680d
|
||||
|
||||
...
|
||||
|
@ -103,6 +103,7 @@ def pr_pipelines():
|
||||
"go.sum",
|
||||
"go.mod",
|
||||
"public/app/plugins/**/plugin.json",
|
||||
"docs/sources/setup-grafana/configure-grafana/feature-toggles/**",
|
||||
"devenv/**",
|
||||
],
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user