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


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

commit 25b7f428381002e87a0e3b2e2c4074c9a9325680
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:43:06 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 3fb81ad79..858b59d14 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/maven.yml b/.github/workflows/maven.yml
index 25c969edb..bd1a9a681 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,6 +27,7 @@ jobs:
     timeout-minutes: 20 # jobs generally take 10 mins
     continue-on-error: ${{ matrix.experimental }}
     strategy:
+      max-parallel: 20
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
         java: [ 8, 11, 17, 21, 25 ]

Reply via email to