mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Fix skipped pipelines model (#2923)
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2901 --------- Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
@@ -61,6 +61,7 @@ const (
|
||||
StatusError StatusValue = "error" // error with the config / while parsing / some other system problem
|
||||
StatusBlocked StatusValue = "blocked" // waiting for approval
|
||||
StatusDeclined StatusValue = "declined" // blocked and declined
|
||||
StatusCreated StatusValue = "created" // created / internal use only
|
||||
)
|
||||
|
||||
// SCMKind represent different version control systems
|
||||
|
||||
Reference in New Issue
Block a user