Skip to content

Commit 3cdb749

Browse files
authored
fix(specs): add blocking run outcome (#1619)
1 parent 640b1ab commit 3cdb749

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
@@ -77,7 +77,7 @@ RunStatus:
7777

7878
RunOutcome:
7979
type: string
80-
enum: ['success', 'failure', 'processing']
80+
enum: ['success', 'failure', 'processing', 'blocking']
8181

8282
RunType:
8383
type: string

0 commit comments

Comments
 (0)