From c9bb78f3f80c4c88d3fe1d7cace053d2dcefb8e3 Mon Sep 17 00:00:00 2001 From: guesung Date: Mon, 12 Aug 2024 16:10:09 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix:=20fix=20the=20code=20review?= =?UTF-8?q?=20condition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml index 22b7cf5..9aeb163 100644 --- a/.github/workflows/cr.yml +++ b/.github/workflows/cr.yml @@ -6,7 +6,7 @@ permissions: on: pull_request: - types: [opened, reopened, synchronize] + types: [opened, reopened] jobs: test: