From 6ce02c88a5901e18d35a1acc1d5f7697d165d8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:06:06 +0900 Subject: [PATCH] feat: optimize actions --- .github/workflows/pull_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_format.yml b/.github/workflows/pull_format.yml index 334158b..e21dc2d 100644 --- a/.github/workflows/pull_format.yml +++ b/.github/workflows/pull_format.yml @@ -2,7 +2,7 @@ name: Check Pull Format on: pull_request_target: - types: [assigned, opened, synchronize, reopened] + types: [opened, reopened] jobs: # This workflow closes invalid PR