From ed035e126b33d3e7212311e5c718ebf4d432a63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=98=EA=B2=BD=ED=98=B8?= Date: Sat, 12 Oct 2024 22:04:22 +0900 Subject: [PATCH] =?UTF-8?q?setting:=20github=20actions=20cd=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/cd.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8d07a75..83d1cb9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,4 @@ -name: FINDY EGG CD Workflow +name: FINDY CD Workflow on: workflow_run: @@ -13,8 +13,6 @@ jobs: deploy: runs-on: ubuntu-latest - needs: integration - steps: - name: Checkout repository uses: actions/checkout@v3