From dfb0f29ea9f0a7b358bfc10686d72085e745fb26 Mon Sep 17 00:00:00 2001 From: Kartik Pradeepan Date: Thu, 31 Oct 2024 09:20:44 -0400 Subject: [PATCH] Add label change as trigger --- .github/workflows/map_new_plugins.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/map_new_plugins.yml b/.github/workflows/map_new_plugins.yml index 9738ee227..84e616cc6 100644 --- a/.github/workflows/map_new_plugins.yml +++ b/.github/workflows/map_new_plugins.yml @@ -6,6 +6,10 @@ name: Perform layer mapping on: status: types: [success] + pull_request_target: + types: [labeled] + branches: + - master jobs: # Trigger Layer Mapping only on web_submissions OR if trigger-mapping label is added to PR