From fd7882133fa6a9d8628e27d08c3a8b719505765d Mon Sep 17 00:00:00 2001 From: shinheekim Date: Tue, 24 Dec 2024 21:13:51 +0900 Subject: [PATCH] =?UTF-8?q?[#80]=20test:=20CD=20=ED=8A=B8=EB=A6=AC?= =?UTF-8?q?=EA=B1=B0=20test?= 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 6fbe042..0eae774 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -4,7 +4,7 @@ on: workflow_run: workflows: ["BuildAndTest"] types: - - requested + - completed jobs: deploy: @@ -13,6 +13,7 @@ jobs: contents: read packages: write deployments: write + if: github.event.workflow_run.conclusion == 'success' steps: