From efd827fd65f9d9141ad14c5a2c5ba690cc6a01ba Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> Date: Thu, 15 Dec 2022 13:48:00 +0200 Subject: [PATCH] Chore: Trigger backend lint on bingo updates (#60380) Chore: Trigger backend lind on bingo updates --- .drone.yml | 3 ++- scripts/drone/events/pr.star | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ea697f09994..4e2de003b7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -312,6 +312,7 @@ trigger: - go.mod - public/app/plugins/**/plugin.json - devenv/** + - .bingo/** type: docker volumes: - host: @@ -6444,6 +6445,6 @@ kind: secret name: packages_secret_access_key --- kind: signature -hmac: 7045c606549d05fbe66b2e683b318c7063a4e875e1a94168d5f5b03bb7e319c6 +hmac: 232bd9c4601917826ebb8fcd50a19fa728a4d65264c20ee9d5d482fb86d6205e ... diff --git a/scripts/drone/events/pr.star b/scripts/drone/events/pr.star index 3052ac83a3d..d9afe947305 100644 --- a/scripts/drone/events/pr.star +++ b/scripts/drone/events/pr.star @@ -111,6 +111,7 @@ def pr_pipelines(): 'go.mod', 'public/app/plugins/**/plugin.json', 'devenv/**', + '.bingo/**', ] ), ver_mode,