From 89d48b0118c3f2f7e8bf0d05c0545f4dcbb2e617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=A0=EC=A0=95=EC=9A=A9?= Date: Tue, 21 Nov 2023 00:43:32 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20runs-on=20self-hosted=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= 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 6a620f9f..2169da54 100644 --- a/.github/workflows/BackEnd_CD.yml +++ b/.github/workflows/BackEnd_CD.yml @@ -9,7 +9,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: actions/checkout@v3