Skip to content

Commit 949ec89

Browse files
committed
Use max-parallel: 20 as asked by Apache Infra
1 parent f11fbf8 commit 949ec89

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.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
@@ -25,6 +25,7 @@ jobs:
2525

2626
runs-on: ubuntu-latest
2727
strategy:
28+
max-parallel: 20
2829
matrix:
2930
java: [ 8 ]
3031

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
continue-on-error: ${{ matrix.experimental }}
2828
strategy:
29+
max-parallel: 20
2930
matrix:
3031
java: [ 8, 11, 17, 21 ]
3132
experimental: [false]

0 commit comments

Comments
 (0)