From 874b27c74996c80dc925e8d6c402466bae023ccb Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sat, 30 May 2026 16:27:10 +0300 Subject: [PATCH] CI: move `no-response` and `add-version` to `ubuntu-slim` Supposedly lightweight tasks, we'll see --- .github/workflows/add_version.yml | 2 +- .github/workflows/no-response.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add_version.yml b/.github/workflows/add_version.yml index 23c2b6fd..5a75ad0e 100644 --- a/.github/workflows/add_version.yml +++ b/.github/workflows/add_version.yml @@ -12,7 +12,7 @@ permissions: jobs: add_cpython: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: actions/checkout@v6 - uses: actions/setup-python@v6 diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index c66e7b0a..825dd85f 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -15,7 +15,7 @@ jobs: permissions: issues: write # to update issues (lee-dohm/no-response) - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: lee-dohm/no-response@v0.5.0 with: