From eaeea10960d535949c1692f53abce9d92a4992d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=AC=EC=9A=B0?= Date: Thu, 17 Oct 2024 12:23:18 +0900 Subject: [PATCH] chore: fix cd failure --- .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 4049af8f..2f313dc7 100644 --- a/.github/workflows/backend_cd.yml +++ b/.github/workflows/backend_cd.yml @@ -34,7 +34,7 @@ jobs: path: backend/build/libs/*.jar deploy_develop: - if: ${{ github.ref == 'refs/heads/dev/be' }} + # if: ${{ github.ref == 'refs/heads/dev/be' }} needs: build environment: Develop runs-on: