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-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new cb105ed  Use   max-parallel: 20 as asked by Apache Infra
cb105ed is described below

commit cb105ed01bcc6274250184f00e92b6bba9e88fe1
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:27:00 2026 -0500

    Use     max-parallel: 20 as asked by Apache Infra
---
 .github/workflows/codeql-analysis.yml | 1 +
 .github/workflows/maven.yml           | 1 +
 .github/workflows/windows.yml         | 1 +
 3 files changed, 3 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 4ed1967..bbc7e9e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,6 +41,7 @@ jobs:
       security-events: write
 
     strategy:
+      max-parallel: 20
       fail-fast: false
       matrix:
         language: [ 'java', 'cpp' ]
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1ee0666..2789661 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,6 +26,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     continue-on-error: ${{ matrix.experimental }}
     strategy:
+      max-parallel: 20
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
         java: [ 8, 11, 17 ]
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index fa43fef..f0b6488 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -35,6 +35,7 @@ concurrency:
 jobs:
   build:
     strategy:
+      max-parallel: 20
       fail-fast: false
       matrix:
         include:

Reply via email to