Tibor17 commented on a change in pull request #29:
URL:
https://github.com/apache/maven-gh-actions-shared/pull/29#discussion_r780718048
##########
File path: .github/workflows/maven-verify.yml
##########
@@ -170,6 +189,7 @@ jobs:
jdk: ${{ fromJSON( inputs.jdk-matrix ) }}
distribution: ${{ fromJSON( inputs.jdk-distribution-matrix ) }}
exclude: ${{ fromJSON( inputs.matrix-exclude ) }}
+ max-parallel: ${{ inputs.max-parallel }}
Review comment:
But the indent is right, the problem is that GH shows you only 3 lines
above, these three lines are nested ones. It looks like this:
```
strategy:
fail-fast: ${{ inputs.verify-fail-fast }}
matrix:
os: ${{ fromJSON( inputs.os-matrix ) }}
jdk: ${{ fromJSON( inputs.jdk-matrix ) }}
distribution: ${{ fromJSON( inputs.jdk-distribution-matrix ) }}
exclude: ${{ fromJSON( inputs.matrix-exclude ) }}
**max-parallel: ${{ inputs.max-parallel }}**
steps:
- name: Should run
id: should-run
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]