Skip to content

Commit

Permalink
Modified 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfleureau committed Oct 15, 2024
1 parent 16063cd commit fd85767
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions models/StageStatusEnum.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: StageStatusEnum
x-stoplight:
id: qb8485u1xnh1v
enum:
- QUEUED
- ONGOING
- DONE
- ERROR
- SKIPPED
- CANCELED
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17872,7 +17872,7 @@ components:
id: gwpra9face692
status:
type: object
$ref: '#/components/schemas/StageStepMetricNameEnum'
$ref: ./models/StageStatusEnum.yaml
StatusKindEnum:
type: string
enum:
Expand Down

0 comments on commit fd85767

Please sign in to comment.