Skip to content

Commit

Permalink
enhance: add skipped status to constants (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Oct 15, 2021
1 parent 522194f commit 156a136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions constants/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ const (

// StatusSuccess defines the status type for build and step success statuses.
StatusSuccess = "success"

// StatusSkipped defines the status type for build and step skipped statuses.
StatusSkipped = "skipped"
)

0 comments on commit 156a136

Please sign in to comment.