From fd70a22196ffc430e286c14e65497dd22f9d3b63 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 22 Sep 2024 15:21:16 +0200 Subject: [PATCH] chore(ci): adjust parallel jobs Signed-off-by: Ettore Di Giacinto --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index f57cf770..8709f05c 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -111,7 +111,7 @@ jobs: strategy: # Pushing with all jobs in parallel # eats the bandwidth of all the nodes - max-parallel: ${{ github.event_name != 'pull_request' && 6 || 10 }} + max-parallel: ${{ github.event_name != 'pull_request' && 5 || 8 }} matrix: include: # Extra images