Skip to content

Commit 24db04c

Browse files
committed
Revert "fix: Adjust number of max runners to 15"
This reverts commit a33de77.
1 parent a33de77 commit 24db04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-and-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
environment: ${{ github.event.client_payload.stack || github.event.inputs.stack }}
111111
strategy:
112112
fail-fast: false
113-
max-parallel: 15
113+
max-parallel: 10
114114
matrix:
115115
test_file: ${{ fromJson(needs.discover-tests.outputs.test_matrix) }}
116116
name: ${{ matrix.test_file }}

0 commit comments

Comments
 (0)