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
2 changed files with 6 additions and 1 deletions

View File

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

View File

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