0
0
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:
Christopher Homberger 2025-03-21 18:54:29 +01:00
parent bb85519b06
commit cdefda13a3

View File

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