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-math.git
The following commit(s) were added to refs/heads/master by this push:
new c8360e70a Use max-parallel: 20 as asked by Apache Infra
c8360e70a is described below
commit c8360e70adfce26c3243e4c0707e6397dd8e7046
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:36:52 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 +
.github/workflows/maven_legacy.yml | 1 +
4 files changed, 4 insertions(+)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 6b1a6a91e..46d30cce2 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 a7a0eec6e..9af6856a5 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -36,6 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
+ max-parallel: 20
matrix:
java: [ 11 ] # Use 11 rather than 8, as 8 fails currently
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 116a593cf..c67432309 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,6 +36,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
+ max-parallel: 20
fail-fast: false # Run all the versions, but show overall status as
failed if one fails
matrix:
os: [ ubuntu-latest, macos-13, windows-latest ]
diff --git a/.github/workflows/maven_legacy.yml
b/.github/workflows/maven_legacy.yml
index 2229d1a25..c31ddd597 100644
--- a/.github/workflows/maven_legacy.yml
+++ b/.github/workflows/maven_legacy.yml
@@ -32,6 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
+ max-parallel: 20
fail-fast: false # Run all the versions, but show overall status as
failed if one fails
matrix:
os: [ ubuntu-latest, macos-13, windows-latest ]