From 04b01cd62c78145dba22bfb2745f9b3e48fd6173 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 24 Jun 2024 18:08:09 +0200 Subject: [PATCH] ci: put a cap on parallel runs 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 f1cee42c..f4adedcd 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -39,7 +39,7 @@ jobs: strategy: # Pushing with all jobs in parallel # eats the bandwidth of all the nodes - # max-parallel: ${{ github.event_name != 'pull_request' && 4 || 8 }} + max-parallel: ${{ github.event_name != 'pull_request' && 6 || 12 }} matrix: include: # Extra images