From d8e976c09e4c172fd07e08837108f087702cea0f Mon Sep 17 00:00:00 2001 From: coli Date: Mon, 11 May 2026 21:34:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9E=84=EC=8B=9C=20=EC=9D=B8=ED=94=84?= =?UTF-8?q?=EB=9D=BC=20=EB=9F=AC=EB=84=88=20=ED=83=9C=EA=B7=B8=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=B4=EC=A0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Dev_CD.yml | 2 +- .github/workflows/Prod_CD.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dev_CD.yml b/.github/workflows/Dev_CD.yml index 1aae3280..f53cc224 100644 --- a/.github/workflows/Dev_CD.yml +++ b/.github/workflows/Dev_CD.yml @@ -52,7 +52,7 @@ jobs: deploy: needs: build - runs-on: dev + runs-on: dev-temp steps: - name: Download artifact file diff --git a/.github/workflows/Prod_CD.yml b/.github/workflows/Prod_CD.yml index dad56d3a..9d7c6f60 100644 --- a/.github/workflows/Prod_CD.yml +++ b/.github/workflows/Prod_CD.yml @@ -52,7 +52,7 @@ jobs: deploy: needs: build - runs-on: prod + runs-on: prod-temp steps: - name: Download artifact file