Skip to content

Commit 764a960

Browse files
committed
fix: reduce max parallel jobs in Docker publish workflow
1 parent 6e82f60 commit 764a960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
fail-fast: false
12-
max-parallel: 4
12+
max-parallel: 2
1313
matrix:
1414
asterisk_version: [ master, 23, 22, 21 ]
1515
base_version: [ 9-minimal ]

0 commit comments

Comments
 (0)