Skip to content

Commit

Permalink
chore: update JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Apr 18, 2023
1 parent 9824100 commit d06bb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/helpers/github-workflow-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"max-parallel": {
"$comment": "https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymax-parallel",
"description": "The maximum number of jobs that can run simultaneously when using a matrix job strategy. By default, GitHub will maximize the number of jobs run in parallel depending on the available runners on GitHub-hosted virtual machines.",
"type": "number"
"type": ["number", "string"]
}
},
"required": ["matrix"],
Expand Down Expand Up @@ -573,7 +573,7 @@
"max-parallel": {
"$comment": "https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymax-parallel",
"description": "The maximum number of jobs that can run simultaneously when using a matrix job strategy. By default, GitHub will maximize the number of jobs run in parallel depending on the available runners on GitHub-hosted virtual machines.",
"type": "number"
"type": ["number", "string"]
}
},
"required": ["matrix"],
Expand Down

0 comments on commit d06bb35

Please sign in to comment.