From 187d14e81b2db79fecc1abc53eb31ba1b1600268 Mon Sep 17 00:00:00 2001 From: habin Date: Sat, 1 Jun 2024 16:43:31 +0900 Subject: [PATCH] configuration(cicd) codebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor : GitHub Actions WorkFlow AWS CodeBuild Self-Hosted 세팅 --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index b883b355..58109aa9 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -10,7 +10,7 @@ env: jobs: build: name: CI/CD - runs-on: ubuntu-22.04 + runs-on: codebuild-tunefun-github-actions-hosted-build-${{ github.run_id }}-${{ github.run_attempt }} steps: - uses: actions/checkout@v4