You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
chore: remove excessive dev/test log outputs (#6432)
This commit is contained in:
@@ -101,7 +101,6 @@ func (when *When) IncludesStatusSuccess(metadata metadata.Metadata, global bool,
|
||||
}
|
||||
for _, c := range when.Constraints {
|
||||
matches, err := c.Match(metadata, global, env)
|
||||
fmt.Println("mat", matches, err, c.Status)
|
||||
if matches, err := c.Match(metadata, global, env); err == nil && matches {
|
||||
if len(c.Status) > 0 && !slices.Contains(c.Status, statusSuccess) {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user