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-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new 186177e7 Use max-parallel: 20 as asked by Apache Infra
186177e7 is described below
commit 186177e7b76e59f6d400455f88c1c92797d6b182
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:41:59 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 3fb81ad7..858b59d1 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 c993568d..aaeb2e70 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 61e95e16..411da08c 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 ]