From 22462dc25bd5d2fdf8e1be0884a536d9d5aaf694 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Thu, 10 Sep 2026 10:39:09 +0200 Subject: [PATCH] CI: run cleanup job on ubuntu-slim it is the only job atm which doesn't need much tooling and/or resources but since it is running at the end of the workflow, changing it to the small container instance might reduce queue time and therefore overall workflow runtime. --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ac38d91512e..e1cffa107aa4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2594,8 +2594,7 @@ jobs: # * nothing else failed (allows manual restarts) # * the workflow got cancelled if: ${{ always() && needs.base-build.result == 'success' && (!contains(needs.*.result, 'failure') || cancelled()) }} - runs-on: ubuntu-latest - timeout-minutes: 60 + runs-on: ubuntu-slim steps: - name: Delete Workspace Artifact