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-net.git
The following commit(s) were added to refs/heads/master by this push:
new 1ac30b3d Use max-parallel: 20 as asked by Apache Infra
1ac30b3d is described below
commit 1ac30b3d8181904e732ca520cc7052f6a9727b10
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:37:21 2026 -0500
Use max-parallel: 20 as asked by Apache Infra
---
.github/workflows/codeql-analysis.yml | 1 +
.github/workflows/maven.yml | 1 +
.github/workflows/maven_adhoc.yml | 1 +
3 files changed, 3 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 569e3664..98b2dbd2 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -42,6 +42,7 @@ jobs:
security-events: write
strategy:
+ max-parallel: 20
fail-fast: false
matrix:
language: [ 'java' ]
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 34e238a2..da122ec6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,6 +34,7 @@ jobs:
timeout-minutes: 7
continue-on-error: ${{ matrix.experimental }}
strategy:
+ max-parallel: 20
matrix:
java: [ 8, 11, 17, 21, 25 ]
os: [ubuntu-latest]
diff --git a/.github/workflows/maven_adhoc.yml
b/.github/workflows/maven_adhoc.yml
index 21bc83f5..138a0d54 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -25,6 +25,7 @@ jobs:
timeout-minutes: 7
continue-on-error: true
strategy:
+ max-parallel: 20
matrix:
tag: [ HEAD, rel/commons-net-3.10.0, rel/commons-net-3.9.0 ]
runs-on: ubuntu-latest