You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this action, it helps a lot to filter executions. Now I am facing an issue:
Currently when using this action on a pull_request_review event we get
This action can be triggered only by pull_request or push event
however, there are common cases where you only want the job to happen if it gets an approval however that event won't trigger the job because this action only support push and pull_request.
Hi, thanks for this action, it helps a lot to filter executions. Now I am facing an issue:
Currently when using this action on a
pull_request_review
event we gethowever, there are common cases where you only want the job to happen if it gets an approval however that event won't trigger the job because this action only support push and pull_request.
Imagine this workflow:
The text was updated successfully, but these errors were encountered: