This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8b87c3c Set max-parallel for matrix GitHub action jobs
8b87c3c is described below
commit 8b87c3c41bc75ed830d511ad5c2a2c69727cbcb8
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Feb 3 15:39:33 2026 -0500
Set max-parallel for matrix GitHub action jobs
In accordance with ASF policy, set job.strategy.max-parallel to the
recommended 15 or less for jobs that specify a matrix. The value is set
to the number of expected jobs for the matrix, with a maximum of 15.
DAFFODIL-3069
---
.github/workflows/update-docs.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/update-docs.yml
b/.github/workflows/update-docs.yml
index 44843e9..dc9bdfe 100644
--- a/.github/workflows/update-docs.yml
+++ b/.github/workflows/update-docs.yml
@@ -38,6 +38,7 @@ jobs:
update-docs:
name: Update Docs ${{ inputs.project }} ${{ inputs.version }}
strategy:
+ max-parallel: 1
matrix:
java_distribution: [ temurin ]
java_version: [ 17 ]