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


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

commit d9b8c74c6cd2d14663bd839fbdc50b45d7d24856
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:41:22 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 c9afed3..52c8790 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: [ 'javascript' ]
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 917fc99..ad3be7a 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, 21, 25 ]

Reply via email to