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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9375965 Use max-parallel: 20 as asked by Apache Infra
9375965 is described below
commit 93759657c7da88836872645f3a46131d41ca7b75
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:21:45 2026 -0500
Use max-parallel: 20 as asked by Apache Infra
---
.github/workflows/maven.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5f0132d..b73424e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,6 +26,7 @@ jobs:
runs-on: ubuntu-22.04 # 22.04 contains svn, 24.04 doesn't
continue-on-error: ${{ matrix.experimental }}
strategy:
+ max-parallel: 20
matrix:
java: [ 8, 11, 17, 21, 25 ]
experimental: [false]