We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338768d commit 193adf9Copy full SHA for 193adf9
.github/workflows/deploy-and-e2e.yml
@@ -110,6 +110,7 @@ jobs:
110
environment: ${{ github.event.client_payload.stack || github.event.inputs.stack }}
111
strategy:
112
fail-fast: false
113
+ max-parallel: 10
114
matrix:
115
test_file: ${{ fromJson(needs.discover-tests.outputs.test_matrix) }}
116
name: ${{ matrix.test_file }}
0 commit comments