From cc3f81532781fe42c34c8f7a297412df9788a689 Mon Sep 17 00:00:00 2001 From: kimjihye Date: Thu, 19 Dec 2024 21:07:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20build-and-deploy=EA=B0=80=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/itcast-build-and-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index c62d803..205ece6 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -10,7 +10,8 @@ jobs: deploy: if: > - github.event.workflow_run.event == 'push' + github.event.workflow_run.workflow == 'ItcastBuildAndTest' && + github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest permissions: contents: read