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
For example, in our existing CI in the pr-is-wip action, we set a custom status on the CI :
This status is in pending, and it will be executed everytime we change something in the PR (code, title, comments, etc...)
But the code check is also on this same event, we can change the event to on: push and check if all current PR's CI state is to success (in green) before building it. Else we just skip the event.
What should be done
This must allow us to define pending state in a workflow without the need to run the full workflow at each Pr update.
The text was updated successfully, but these errors were encountered: