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-graph.git
The following commit(s) were added to refs/heads/master by this push:
new be93ed1 Use max-parallel: 20 as asked by Apache Infra
be93ed1 is described below
commit be93ed1020fa9fc0271ed71f475ea1570d9451ec
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 6 09:31:29 2026 -0500
Use max-parallel: 20 as asked by Apache Infra
---
.github/workflows/maven.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 241cca1..21f8cf6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,6 +30,7 @@ jobs:
timeout-minutes: 7
continue-on-error: ${{ matrix.experimental }}
strategy:
+ max-parallel: 20
matrix:
java: [ 8, 11, 17, 21 ]
os: [ubuntu-latest]