Skip to content

Commit

Permalink
fix(specs): add skipped runs (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Mar 1, 2023
1 parent db897d2 commit 5a93964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/ingestion/common/schemas/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Run:

RunStatus:
type: string
enum: ['created', 'started', 'idled', 'finished']
enum: ['created', 'started', 'idled', 'finished', 'skipped']

RunOutcome:
type: string
Expand Down

0 comments on commit 5a93964

Please sign in to comment.