Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Fix merge task conditional output data
Browse files Browse the repository at this point in the history
- Resolves #336
  • Loading branch information
alfpark committed Mar 20, 2023
1 parent 55c7a25 commit 0633529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,9 @@ mapping:
type: str
is_file_share:
type: bool
condition:
type: str
enum: ['taskcompletion', 'taskfailure', 'tasksuccess']
exclude:
type: seq
sequence:
Expand Down

0 comments on commit 0633529

Please sign in to comment.