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


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

commit ade16b0a1e08b65374ce8b5379b62518da76d60f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:43:31 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 2861e95..63a7200 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -38,6 +38,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 c23b0c8..5b2e4d7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,6 +25,7 @@ jobs:
     timeout-minutes: 7
     continue-on-error: ${{ matrix.experimental }}
     strategy:
+      max-parallel: 20
       matrix:
         java: [ 8, 11 ]
         os: [ubuntu-latest]

Reply via email to