Skip to content

Commit 5a93964

Browse files
authored
fix(specs): add skipped runs (#1359)
1 parent db897d2 commit 5a93964

File tree

1 file changed

+1
-1
lines changed
  • specs/ingestion/common/schemas

1 file changed

+1
-1
lines changed

specs/ingestion/common/schemas/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Run:
7171

7272
RunStatus:
7373
type: string
74-
enum: ['created', 'started', 'idled', 'finished']
74+
enum: ['created', 'started', 'idled', 'finished', 'skipped']
7575

7676
RunOutcome:
7777
type: string

0 commit comments

Comments
 (0)