Skip to content

Commit 981c2ca

Browse files
author
Alex Westergaard
committed
Limit job parallel to 4 to avoid performance throttling
1 parent 6aec1f7 commit 981c2ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
render-php:
1111
runs-on: ${{ matrix.operating-system }}
1212
strategy:
13+
max-parallel: 4
1314
fail-fast: false
1415
matrix:
1516
operating-system: ["ubuntu-latest", "windows-latest"]

0 commit comments

Comments
 (0)