Skip to content

Commit bf8f867

Browse files
authored
chore(ci): adjust parallelism
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 51cba89 commit bf8f867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
# Pushing with all jobs in parallel
4141
# eats the bandwidth of all the nodes
42-
max-parallel: 1
42+
max-parallel: 2
4343
matrix:
4444
include:
4545
- build-type: 'hipblas'

0 commit comments

Comments
 (0)