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-numbers.git
The following commit(s) were added to refs/heads/master by this push:
new 6a64843d Use max-parallel: 20 as asked by Apache Infra
6a64843d is described below
commit 6a64843d9e5ef72edbeff7b8c237c4944800bdbf
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:37:56 2026 -0500
Use max-parallel: 20 as asked by Apache Infra
---
.github/workflows/codeql-analysis.yml | 1 +
.github/workflows/coverage.yml | 1 +
.github/workflows/maven.yml | 1 +
3 files changed, 3 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 35dc890c..c5a16793 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: [ 'java' ]
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 4f43bf7f..c6523a59 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -25,6 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
+ max-parallel: 20
matrix:
java: [ 8 ]
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index be51d40d..b787fb1a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,6 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
+ max-parallel: 20
matrix:
java: [ 8, 11, 17, 21 ]