From 5ef26d6318a2f749126556acdcae1c6fc2f01188 Mon Sep 17 00:00:00 2001 From: kjsato Date: Thu, 14 Mar 2024 10:41:11 -0400 Subject: [PATCH] modified the event trigger from 'pull_request' to 'pull_request_target' to invoke the workflow of 'after-validate-submission.yaml' in the context of the base repo (need to be careful on merging) --- .github/workflows/after-validate-submission.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/after-validate-submission.yaml b/.github/workflows/after-validate-submission.yaml index d18f75d0..98792001 100644 --- a/.github/workflows/after-validate-submission.yaml +++ b/.github/workflows/after-validate-submission.yaml @@ -5,7 +5,7 @@ on: # workflows: ["Hub Submission Validation (R)"] # The name of the workflow we want to trigger from # types: # - completed - pull_request: + pull_request_target: types: - closed