From 710f74a6f8b7a581857f9401cc3c6b310d6cbacf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EA=B2=BD=EB=AF=B8?= <109158497+kyum-q@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:18:34 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix(workflows):=20=EB=B0=B0=ED=8F=AC=20jar?= =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=20=EB=94=94=EB=A0=89=ED=84=B0=EB=A6=AC=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/backend_cd.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/backend_cd.yml b/.github/workflows/backend_cd.yml index d393c89f7..f320644d1 100644 --- a/.github/workflows/backend_cd.yml +++ b/.github/workflows/backend_cd.yml @@ -6,8 +6,8 @@ on: - develop - main -jobs: - find-branch: +jobs: + build: runs-on: self-hosted steps: - name: 브랜치명을 통해 개발 환경 알아내기 @@ -15,10 +15,6 @@ jobs: cd ${{ secrets.SCRIPT_DIRECTORY }} bash find-env-by-branch.sh - build: - needs: find-branch - runs-on: self-hosted - steps: - name: 체크아웃 uses: actions/checkout@v4 From bc8f360abfe9b2145c87959d02b8d7692ca57d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EA=B2=BD=EB=AF=B8?= <109158497+kyum-q@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:21:42 +0900 Subject: [PATCH 2/2] =?UTF-8?q?refactor(workflows):=20=20=EB=9D=84?= =?UTF-8?q?=EC=96=B4=EC=93=B0=EA=B8=B0=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_cd.yml b/.github/workflows/backend_cd.yml index f320644d1..3ed30452f 100644 --- a/.github/workflows/backend_cd.yml +++ b/.github/workflows/backend_cd.yml @@ -6,7 +6,7 @@ on: - develop - main -jobs: +jobs: build: runs-on: self-hosted steps: