Skip to content

Commit 3ceb468

Browse files
authored
bitrise.yml update: Add parallel related fields (SchemaStore#4545)
* Add new fields * Fix formatting
1 parent 230e108 commit 3ceb468

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/schemas/json/bitrise.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,15 @@
311311
},
312312
"run_if": {
313313
"$ref": "#/definitions/GraphPipelineWorkflowRunIfModel"
314+
},
315+
"parallel": {
316+
"oneOf": [{ "type": "integer" }, { "type": "string" }]
317+
},
318+
"uses": {
319+
"type": "string"
320+
},
321+
"inputs": {
322+
"$ref": "#/definitions/EnvModel"
314323
}
315324
},
316325
"additionalProperties": false,

0 commit comments

Comments
 (0)