From 93f572a0b307ca96f8968993994ba398314f991c Mon Sep 17 00:00:00 2001 From: imnyang Date: Thu, 8 May 2025 16:41:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EA=B1=B0=20=ED=95=84=EC=9A=94=20?= =?UTF-8?q?=EC=97=86=EC=9D=84=20=EA=B1=B0=20=EA=B0=99=EC=9D=80=EB=8D=B0=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a73854c..349f725 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,16 +5,9 @@ on: name: Web Build jobs: - checkout: - name: Checkout Code - runs-on: web-self-hosted - steps: - - uses: actions/checkout@v4 - install_dependencies_and_build: name: Install Dependencies and Build Web runs-on: web-self-hosted - needs: checkout steps: - uses: actions/checkout@v4 - run: git pull