Skip to content

Commit 964cf68

Browse files
committed
Use max-parallel: 20 as asked by Apache Infra
1 parent 7082e6f commit 964cf68

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
security-events: write
3636

3737
strategy:
38+
max-parallel: 20
3839
fail-fast: false
3940
matrix:
4041
language: [ 'java' ]

.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, 25 ]
3132
experimental: [false]

0 commit comments

Comments
 (0)