mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-21 04:14:15 +02:00
fix comment
This commit is contained in:
parent
bb85519b06
commit
cdefda13a3
@ -747,7 +747,7 @@ func matchWorkflowRunEvent(payload *api.WorkflowRunPayload, evt *jobparser.Event
|
|||||||
matchTimes++
|
matchTimes++
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
log.Warn("package event unsupported condition %q", cond)
|
log.Warn("workflow run event unsupported condition %q", cond)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return matchTimes == len(evt.Acts())
|
return matchTimes == len(evt.Acts())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user