Skip to content

Releases: lewagon/wait-on-check-action

Release v1.0.0

21 Aug 19:17
b9561bb
Compare
Choose a tag to compare

This release, apart from bug fixes, includes some new features:

  • Add an option to filter checks using Regular Expressions.
  • Add an option to allow different check conclusions.

In has several changes to the project structure:

  • Add test workflows
  • Add unit tests
  • Use Octokit Gem for GitHub integration

The documentation (Readme.md) was updated but still needs improvements.

0.2

11 Jan 19:15
Compare
Choose a tag to compare

Thanks @matiasalbarello, @SrodriguezO, @Billy-, and @axtgr for contributions.

Changes:

  • GitHub Token parameter is now optional
  • check name can be omitted to wait for all scheduled checks to complete (perfect for deploy workflows)
  • If the status of the check is "queued" — keep waiting.

v0.1: Merge pull request #2 from axtgr/patch-1

16 Sep 09:16
1556965
Compare
Choose a tag to compare

v0.1-beta.2

11 May 14:56
Compare
Choose a tag to compare
v0.1-beta.2 Pre-release
Pre-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.