0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-21 12:24:38 +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++
}
default:
log.Warn("package event unsupported condition %q", cond)
log.Warn("workflow run event unsupported condition %q", cond)
}
}
return matchTimes == len(evt.Acts())