Skip to content

Commit 4ba3b8a

Browse files
committed
Limit maximum number of parallel jobs to avoid massive slowdown
Signed-off-by: Moritz Friedrich <moritz@matchory.com>
1 parent aa6bf3c commit 4ba3b8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143

144144
strategy:
145145
fail-fast: false
146+
max-parallel: 1
146147
matrix:
147148
stage:
148149
- dev

0 commit comments

Comments
 (0)