From e7b75ab56f389eb50d30cf816e85b4bd1910ff20 Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Wed, 11 Feb 2026 23:05:30 +0900 Subject: [PATCH] chore: Migrate tagpr job to ubuntu-slim runner --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b77e683..d37cd04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # (2) If the pull request exists, update it. # (3) If the pull request is merged, create a new git tag. if: ${{ github.event.workflow_run.conclusion == 'success' }} - runs-on: ubuntu-latest + runs-on: ubuntu-slim timeout-minutes: 5 permissions: contents: read