Skip to content

Commit

Permalink
Remove invalid merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Mar 15, 2023
1 parent 0f8151d commit 9d884e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/actions/workflows.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ func matchPushEvent(commit *git.Commit, pushPayload *api.PushPayload, evt *jobpa
matchTimes++
}
}
}
default:
log.Warn("push event unsupported condition %q", cond)
}
Expand Down Expand Up @@ -365,4 +364,4 @@ func matchIssueCommentEvent(commit *git.Commit, issueCommentPayload *api.IssueCo
}
}
return matchTimes == len(evt.Acts)
}
}

0 comments on commit 9d884e8

Please sign in to comment.