From bdf16e7b36ab526cf4b00ffe9dc11a136c8befc5 Mon Sep 17 00:00:00 2001 From: haeun1107 Date: Sun, 4 Aug 2024 00:09:43 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20wait=20for=20deployment=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/dev_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 59f1fe7..f55972e 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -61,4 +61,4 @@ jobs: version_label: github-action-${{ steps.current-time.outputs.formattedTime }} region: ap-northeast-2 deployment_package: deploy/deploy.zip - wait_for_deployment: true + wait_for_deployment: false