This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 609be9c9 Use max-parallel: 20 as asked by Apache Infra
609be9c9 is described below
commit 609be9c909f7377c214206ab14381606bde42d0b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:20:42 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 18ad3f33..c59eda4a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -29,6 +29,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 7eea70e0..4379ea92 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,6 +30,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
+ max-parallel: 20
matrix:
java: [ 8, 11, 17, 21, 25 ]
experimental: [false]