From bf8f8671d1b1daae8f1a1f446ab8f6366ddb4396 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 23 Sep 2024 19:04:36 +0200 Subject: [PATCH] chore(ci): adjust parallelism 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 8709f05c..6db8bb07 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: 1 + max-parallel: 2 matrix: include: - build-type: 'hipblas'