mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 03:21:58 +00: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:
@@ -4249,10 +4249,12 @@ const docTemplate = `{
|
||||
"killed",
|
||||
"error",
|
||||
"blocked",
|
||||
"declined"
|
||||
"declined",
|
||||
"created"
|
||||
],
|
||||
"x-enum-comments": {
|
||||
"StatusBlocked": "waiting for approval",
|
||||
"StatusCreated": "created / internal use only",
|
||||
"StatusDeclined": "blocked and declined",
|
||||
"StatusError": "error with the config / while parsing / some other system problem",
|
||||
"StatusFailure": "failed to finish (exit code != 0)",
|
||||
@@ -4271,7 +4273,8 @@ const docTemplate = `{
|
||||
"StatusKilled",
|
||||
"StatusError",
|
||||
"StatusBlocked",
|
||||
"StatusDeclined"
|
||||
"StatusDeclined",
|
||||
"StatusCreated"
|
||||
]
|
||||
},
|
||||
"Step": {
|
||||
|
Reference in New Issue
Block a user