Chore: Trigger backend lint on bingo updates (#60380)

Chore: Trigger backend lind on bingo updates
This commit is contained in:
Sofia Papagiannaki 2022-12-15 13:48:00 +02:00 committed by GitHub
parent 06a2943cb6
commit efd827fd65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -312,6 +312,7 @@ trigger:
- go.mod - go.mod
- public/app/plugins/**/plugin.json - public/app/plugins/**/plugin.json
- devenv/** - devenv/**
- .bingo/**
type: docker type: docker
volumes: volumes:
- host: - host:
@ -6444,6 +6445,6 @@ kind: secret
name: packages_secret_access_key name: packages_secret_access_key
--- ---
kind: signature kind: signature
hmac: 7045c606549d05fbe66b2e683b318c7063a4e875e1a94168d5f5b03bb7e319c6 hmac: 232bd9c4601917826ebb8fcd50a19fa728a4d65264c20ee9d5d482fb86d6205e
... ...

View File

@ -111,6 +111,7 @@ def pr_pipelines():
'go.mod', 'go.mod',
'public/app/plugins/**/plugin.json', 'public/app/plugins/**/plugin.json',
'devenv/**', 'devenv/**',
'.bingo/**',
] ]
), ),
ver_mode, ver_mode,