mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-15 17:13:46 +01:00
use only running
This commit is contained in:
@@ -36,6 +36,6 @@ func getStatus(status model.StatusValue) gitlab.BuildStateValue {
|
||||
return gitlab.Canceled
|
||||
default:
|
||||
// no typo: https://github.com/runatlantis/atlantis/pull/1971#issue-1093158742
|
||||
return gitlab.Pending
|
||||
return gitlab.Running
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user