From 6f31d9b6bfbd9d0bde10ac1b47f90f8340895e30 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 10 Apr 2026 23:33:53 +0200 Subject: [PATCH] Run on `ubuntu-slim` --- .github/workflows/translations-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations-pull.yml b/.github/workflows/translations-pull.yml index ed61e3b19..ca9069192 100644 --- a/.github/workflows/translations-pull.yml +++ b/.github/workflows/translations-pull.yml @@ -16,7 +16,7 @@ jobs: if: github.event_name != 'schedule' || github.repository_owner == 'Cockatrice' name: Pull languages - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Checkout repo