Skip to content

Commit bb6ed54

Browse files
shadowpigyshadowpigy
andauthored
Fix: Add RunStatusCancelled (#650)
Co-authored-by: shadowpigy <[email protected]>
1 parent bc8cdd3 commit bb6ed54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const (
4040
RunStatusFailed RunStatus = "failed"
4141
RunStatusCompleted RunStatus = "completed"
4242
RunStatusExpired RunStatus = "expired"
43+
RunStatusCancelled RunStatus = "cancelled"
4344
)
4445

4546
type RunRequiredAction struct {

0 commit comments

Comments
 (0)