Skip to content

Commit 156a136

Browse files
authored
enhance: add skipped status to constants (go-vela#201)
1 parent 522194f commit 156a136

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

constants/status.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ const (
2626

2727
// StatusSuccess defines the status type for build and step success statuses.
2828
StatusSuccess = "success"
29+
30+
// StatusSkipped defines the status type for build and step skipped statuses.
31+
StatusSkipped = "skipped"
2932
)

0 commit comments

Comments
 (0)