Skip to content

Commit c8360e7

Browse files
committed
Use max-parallel: 20 as asked by Apache Infra
1 parent b048cda commit c8360e7

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
security-events: write
3838

3939
strategy:
40+
max-parallel: 20
4041
fail-fast: false
4142
matrix:
4243
language: [ 'java' ]

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
runs-on: ubuntu-latest
3838
strategy:
39+
max-parallel: 20
3940
matrix:
4041
java: [ 11 ] # Use 11 rather than 8, as 8 fails currently
4142

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
runs-on: ${{ matrix.os }}
3838
strategy:
39+
max-parallel: 20
3940
fail-fast: false # Run all the versions, but show overall status as failed if one fails
4041
matrix:
4142
os: [ ubuntu-latest, macos-13, windows-latest ]

.github/workflows/maven_legacy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232

3333
runs-on: ${{ matrix.os }}
3434
strategy:
35+
max-parallel: 20
3536
fail-fast: false # Run all the versions, but show overall status as failed if one fails
3637
matrix:
3738
os: [ ubuntu-latest, macos-13, windows-latest ]

0 commit comments

Comments
 (0)