From 9257b4bf9594abc402f67dc8c41fc9511e3a7b03 Mon Sep 17 00:00:00 2001 From: kimjihye Date: Fri, 20 Dec 2024 18:15:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8C=8C=EC=9D=BC=EB=AA=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ItcastBuildAndDeploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ItcastBuildAndDeploy.yml b/.github/workflows/ItcastBuildAndDeploy.yml index 7ee866e..afce0fa 100644 --- a/.github/workflows/ItcastBuildAndDeploy.yml +++ b/.github/workflows/ItcastBuildAndDeploy.yml @@ -8,8 +8,8 @@ on: jobs: deploy: - if: > - github.event.workflow_run.conclusion == 'success' +# if: > +# github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest permissions: contents: read