Only trigger downstream builds on Grafana (#72356)

This commit is contained in:
Kevin Minehart 2023-07-26 08:26:58 -05:00 committed by GitHub
parent d96067985b
commit c3d6f795ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -2417,6 +2417,8 @@ trigger:
- '*.md'
- docs/**
- latest.json
repo:
- grafana/grafana
type: docker
volumes:
- host:
@ -4968,6 +4970,6 @@ kind: secret
name: delivery-bot-app-private-key
---
kind: signature
hmac: 5379326ce6bb3db880a951fc714d01b10f7382a7b7ec73510898fee53061008b
hmac: 3f94603ccb6df539771470e23415094c86d606d5fd823409cd685346de3742e0
...

View File

@ -23,6 +23,9 @@ trigger = {
"latest.json",
],
},
"repo": [
"grafana/grafana",
],
}
def enterprise_downstream_pipeline():