Run slack notify on OSS repo only (#47194)

This commit is contained in:
Dimitris Sotirakis 2022-04-01 15:20:26 +03:00 committed by GitHub
parent d217d2aa40
commit 305530224a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1231,6 +1231,8 @@ trigger:
- exclude
include:
- .drone.yml
repo:
- grafana/grafana
type: docker
---
depends_on:
@ -4429,6 +4431,6 @@ kind: secret
name: gcp_upload_artifacts_key
---
kind: signature
hmac: 64d764ee7d8344c23b0366b4320a93eb9fe3e65541fe434f7a281e27c2e614c2
hmac: 430843c058dc4f40a3f881e13fc61ab12f5b6dc823f99067e56ab49fc1bdd459
...

View File

@ -197,6 +197,9 @@ def main_pipelines(edition):
drone_change_trigger = {
'event': ['push',],
'branch': 'main',
'repo': [
'grafana/grafana',
],
'paths': {
'include': [
'.drone.yml',