From 2e6966dd7e3ba938fa08d5474b5f2d4e57707c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EA=B2=BD=EB=AF=B8?= <109158497+kyum-q@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:37:08 +0900 Subject: [PATCH 1/2] =?UTF-8?q?refactor(workflows):=20=EC=9E=91=EC=97=85?= =?UTF-8?q?=20=EC=8B=A4=ED=96=89=20=ED=99=98=EA=B2=BD=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_ci.yml b/.github/workflows/backend_ci.yml index 832dd3929..ed95e1c8b 100644 --- a/.github/workflows/backend_ci.yml +++ b/.github/workflows/backend_ci.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: 체크아웃 From abf8f3de847cd3b1c0594e3aca6de1f32db339e0 Mon Sep 17 00:00:00 2001 From: kyum-q <109158497+kyum-q@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:42:48 +0900 Subject: [PATCH 2/2] =?UTF-8?q?refactor(workflows):=20=EC=84=9C=EB=B2=84?= =?UTF-8?q?=EC=99=80=20=EC=97=B0=EA=B4=80=20=EC=97=86=EB=8A=94=20action?= =?UTF-8?q?=EC=9D=80=20ubuntu-latest=20=EC=97=90=EC=84=9C=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=ED=95=98=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci_cd_fail_notification.yml | 2 +- .github/workflows/frontend_ci.yml | 2 +- .github/workflows/pr_notification.yml | 2 +- .github/workflows/review_notification.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_cd_fail_notification.yml b/.github/workflows/ci_cd_fail_notification.yml index bb65ff188..d88197b94 100644 --- a/.github/workflows/ci_cd_fail_notification.yml +++ b/.github/workflows/ci_cd_fail_notification.yml @@ -9,7 +9,7 @@ on: jobs: notify: if: ${{ github.event.workflow_run.conclusion == 'failure' }} - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: 변수 추출 run: | diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index 243ce7801..406ba3fcf 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -8,7 +8,7 @@ on: jobs: build-with-test: - runs-on: self-hosted + runs-on: ubuntu-latest env: frontend-directory: ./frontend steps: diff --git a/.github/workflows/pr_notification.yml b/.github/workflows/pr_notification.yml index 0fa2e7380..90de77262 100644 --- a/.github/workflows/pr_notification.yml +++ b/.github/workflows/pr_notification.yml @@ -4,7 +4,7 @@ on: types: [opened, reopened] jobs: notify_reviewers: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: 변수 추출 run: | diff --git a/.github/workflows/review_notification.yml b/.github/workflows/review_notification.yml index d163b951f..544ae868d 100644 --- a/.github/workflows/review_notification.yml +++ b/.github/workflows/review_notification.yml @@ -5,7 +5,7 @@ on: jobs: notify_pr_author: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: 변수 추출 run: |