Trigger test release on pkg/cmd/** changes (#53448)

This commit is contained in:
Dimitris Sotirakis 2022-08-09 16:21:09 +03:00 committed by GitHub
parent ab739bf0e6
commit d638cd4fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1086,6 +1086,7 @@ steps:
paths: paths:
include: include:
- .drone.yml - .drone.yml
- pkg/build/**
repo: repo:
- grafana/grafana - grafana/grafana
- image: grafana/drone-downstream - image: grafana/drone-downstream
@ -5145,6 +5146,6 @@ kind: secret
name: gcp_upload_artifacts_key name: gcp_upload_artifacts_key
--- ---
kind: signature kind: signature
hmac: 000a4fa4dc0c88d9ee3d5096a9ded360037e23f4ba91896c02419cd4ccce38c3 hmac: 897b1edfa7ffaf637939a7ede5d5aa8a38c828c5b4ac4bc501836b988d295de9
... ...

View File

@ -1185,6 +1185,7 @@ def trigger_test_release():
'paths': { 'paths': {
'include': [ 'include': [
'.drone.yml', '.drone.yml',
'pkg/build/**',
] ]
}, },
'repo': [ 'repo': [