Skip to content

Commit f65c7c9

Browse files
committed
Fixed the schema
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 84941ea commit f65c7c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ $defs:
112112
taskBase:
113113
type: object
114114
properties:
115+
if:
116+
type: string
117+
description: A runtime expression, if any, used to determine whether or not the task should be run.
115118
input:
116119
$ref: '#/$defs/input'
117120
description: Configure the task's input.

0 commit comments

Comments
 (0)