diff --git a/constants/status.go b/constants/status.go index 71e496b8..2c3c5a7c 100644 --- a/constants/status.go +++ b/constants/status.go @@ -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" )