From 5c93d28685002a2eb45100df7c7a044a6e9dd32a Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Mon, 27 Nov 2023 22:22:13 -0600 Subject: [PATCH] refactor: reduce triggers to open/sync --- .github/workflows/pullRequestController.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullRequestController.yml b/.github/workflows/pullRequestController.yml index 3b6dedd..0d375ce 100644 --- a/.github/workflows/pullRequestController.yml +++ b/.github/workflows/pullRequestController.yml @@ -42,7 +42,7 @@ on: # In general, use `pull_request` for workflows that need to access the code in the pull request, # and `pull_request_target` for workflows that need to be safe for pull requests from forks. pull_request_target: - types: [opened, closed, synchronize, edited] + types: [opened, synchronize] paths: - "**.py" - "**.requirements.txt"