Skip to content

Commit 3871a72

Browse files
committed
fix
1 parent e848d7c commit 3871a72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/actions/workflows.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,6 @@ func matchIssuesEvent(issuePayload *api.IssuePayload, evt *jobparser.Event) bool
400400
for _, val := range vals {
401401
if slices.ContainsFunc(actions, glob.MustCompile(val, '/').Match) {
402402
matchTimes++
403-
}
404-
// Once a match is found for this value, we can move to the next one
405-
if matchTimes > 0 {
406403
break
407404
}
408405
}

0 commit comments

Comments
 (0)