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:
Robert Kaussow
2023-12-12 21:30:52 +01:00
committed by GitHub
parent 547f5dea35
commit 6de5922408
8 changed files with 545 additions and 7 deletions

View File

@@ -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