Skip to content

Commit 9d884e8

Browse files
committed
Remove invalid merge
1 parent 0f8151d commit 9d884e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/actions/workflows.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ func matchPushEvent(commit *git.Commit, pushPayload *api.PushPayload, evt *jobpa
233233
matchTimes++
234234
}
235235
}
236-
}
237236
default:
238237
log.Warn("push event unsupported condition %q", cond)
239238
}
@@ -365,4 +364,4 @@ func matchIssueCommentEvent(commit *git.Commit, issueCommentPayload *api.IssueCo
365364
}
366365
}
367366
return matchTimes == len(evt.Acts)
368-
}
367+
}

0 commit comments

Comments
 (0)