Skip to content

Commit e483fdf

Browse files
committed
reduce concurrency for default runner
1 parent 60d7206 commit e483fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ jobs:
128128
IS_TURBOPACK_TEST: 1
129129
NEXT_TEST_JOB: 1
130130
NEXT_TELEMETRY_DISABLED: 1
131-
run: node run-tests.js --timings -g ${{ matrix.group }} -c 2 --type e2e
131+
run: node run-tests.js --timings -g ${{ matrix.group }} -c 1 --type e2e

0 commit comments

Comments
 (0)