From 3e110d067f48f119c90b4cd3c9ee37b827d3cde1 Mon Sep 17 00:00:00 2001 From: Typas Liao Date: Sun, 26 Apr 2026 09:29:04 +0800 Subject: [PATCH] ci(branch-policy): switch runner to ubuntu-slim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The policy check only runs shell scripts and gh CLI calls — it needs no build tools or extras that the full ubuntu-24.04 image carries. The slim image reduces job startup time. Co-Authored-By: Claude --- .github/workflows/branch-policy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-policy.yml b/.github/workflows/branch-policy.yml index 8eb00d0..b07f145 100644 --- a/.github/workflows/branch-policy.yml +++ b/.github/workflows/branch-policy.yml @@ -7,7 +7,7 @@ on: jobs: policy: - runs-on: ubuntu-24.04 + runs-on: ubuntu-slim steps: - uses: actions/checkout@v6 with: