Skip to content

v0.1-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@progapandist progapandist released this 11 May 14:56
· 256 commits to master since this release

This action can be used to halt any workflow until required checks for a given ref pass successfully. It uses GitHub Check Runs API to poll for a given check result agains a given git ref — until a check either succeeds or fails.

On a failed check the action will exit with 1 and stop the workflow. On success it will yield control to next step.