From 2984580255f4040f1a525c21c10ad8d7f1ac58fb Mon Sep 17 00:00:00 2001 From: Jung Ye Lim <101961939+yel-m@users.noreply.github.com> Date: Fri, 31 May 2024 00:21:48 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20workflow=20=EC=8B=A4=ED=96=89=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d3b7542..1e8d719 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,7 +17,7 @@ env: jobs: build: runs-on: ubuntu-latest # 3. 실행 환경 지정 - if: github.event.pull_request.merged == true + # if: github.event.pull_request.merged == true # 4. 실행 스텝 지정 steps: