Reduce number of parallel runners for Playwright (#12695)

t3chguy/dedup-icons-17oct
Michael Telatynski 2024-06-25 15:21:47 +01:00 committed by GitHub
parent 15de0010a1
commit eb28898754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ jobs:
fail-fast: false
matrix:
# Run multiple instances in parallel to speed up the tests
runner: [1, 2, 3, 4, 5, 6, 7, 8]
runner: [1, 2, 3, 4, 5, 6]
steps:
- uses: actions/checkout@v4
with: