This commit is contained in:
Christopher Homberger
2025-03-21 15:48:00 +01:00
parent b650ca9239
commit 8cfb047983
7 changed files with 270 additions and 9 deletions
+1 -1
View File
@@ -716,7 +716,7 @@ func matchWorkflowRunEvent(payload *api.WorkflowRunPayload, evt *jobparser.Event
case "types":
action := payload.Action
for _, val := range vals {
if glob.MustCompile(val, '/').Match(string(action)) {
if glob.MustCompile(val, '/').Match(action) {
matchTimes++
break
}