From 78130f9de31d84f74c0d0c22c64c20af98ab0359 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Fri, 31 Mar 2023 15:08:47 +0200 Subject: [PATCH] project actions trigger remove redundant action --- .github/workflows/project_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project_actions.yml b/.github/workflows/project_actions.yml index 1e1a1441f7..e3d4e142d4 100644 --- a/.github/workflows/project_actions.yml +++ b/.github/workflows/project_actions.yml @@ -2,7 +2,7 @@ name: project-actions on: pull_request_target: - types: [opened, synchronize, assigned, review_requested] + types: [opened, assigned, review_requested] pull_request_review: types: [submitted]