From 09c3afcb5255529aa53e03be29f3de709b255c28 Mon Sep 17 00:00:00 2001 From: JK Date: Fri, 16 Jan 2026 14:34:38 +0900 Subject: [PATCH] =?UTF-8?q?ci(.github/workflows):=20fetch-openapi-spec=20?= =?UTF-8?q?=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C=EC=9A=B0=EB=A5=BC=20self-h?= =?UTF-8?q?osted=20runner=EC=97=90=EC=84=9C=20=EC=8B=A4=ED=96=89=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD=ED=95=A9=EB=8B=88?= =?UTF-8?q?=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ubuntu-latest 대신 os:ubuntu, purpose:ci 레이블을 사용합니다. Co-Authored-By: Claude Opus 4.5 --- .github/workflows/fetch-openapi-spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch-openapi-spec.yml b/.github/workflows/fetch-openapi-spec.yml index d9e18e6f..7a032058 100644 --- a/.github/workflows/fetch-openapi-spec.yml +++ b/.github/workflows/fetch-openapi-spec.yml @@ -11,7 +11,7 @@ on: jobs: fetch-openapi-spec: - runs-on: ubuntu-latest + runs-on: ["os:ubuntu", "purpose:ci"] permissions: contents: write # to create a branch and push changes pull-requests: write # to create a PR