From 40ce71855a3c4e309f8a214d3f088b151c06ef9c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 22 Jun 2024 23:28:09 +0200 Subject: [PATCH] ci: disable max-parallelism on master --- .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 4941399f..8b758e89 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' && 4 || 8 }} matrix: include: # Extra images