Skip to content

Commit b466034

Browse files
Reduce max parallel to avoid teams getting deleted
1 parent 07da1fd commit b466034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end-to-end-tests-all-devices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- device: iPhone 15
4343
os: macos-latest
4444
cache_path: ~/Library/Caches/ms-playwright
45-
max-parallel: 5
45+
max-parallel: 2
4646

4747
runs-on: ${{ matrix.os }}
4848
env:

0 commit comments

Comments
 (0)