This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new fd3bb63 Use max-parallel: 20 as asked by Apache Infra
fd3bb63 is described below
commit fd3bb63c5ac67a29f9e607b921386d797723341d
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:38:46 2026 -0500
Use max-parallel: 20 as asked by Apache Infra
---
.github/workflows/codeql-analysis.yml | 1 +
.github/workflows/maven.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index c9afed3..52c8790 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -37,6 +37,7 @@ jobs:
security-events: write
strategy:
+ max-parallel: 20
fail-fast: false
matrix:
language: [ 'javascript' ]
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a511f1b..c16a2f7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,6 +27,7 @@ jobs:
# we want to try all Java versions here.
continue-on-error: true
strategy:
+ max-parallel: 20
matrix:
java: [ 8, 11, 17, 21, 25 ]
include: