Skip to content

Commit

Permalink
modified the event trigger from 'pull_request' to 'pull_request_targe…
Browse files Browse the repository at this point in the history
…t' to invoke the workflow of 'after-validate-submission.yaml' in the context of the base repo (need to be careful on merging)
  • Loading branch information
kjsato committed Mar 14, 2024
1 parent 1ccc1c8 commit 5ef26d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/after-validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ef26d6

Please sign in to comment.