Skip to content

Commit

Permalink
Fix: Add RunStatusCancelled (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: shadowpigy <shadowpigy@github.com>
  • Loading branch information
shadowpigy and shadowpigy committed Feb 2, 2024
1 parent bc8cdd3 commit bb6ed54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const (
RunStatusFailed RunStatus = "failed"
RunStatusCompleted RunStatus = "completed"
RunStatusExpired RunStatus = "expired"
RunStatusCancelled RunStatus = "cancelled"
)

type RunRequiredAction struct {
Expand Down

0 comments on commit bb6ed54

Please sign in to comment.