Skip to content

Releases: quantizor/wait-for-netlify-action

v3.4.0

23 Dec 03:42
cbf0a09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0

3.3.0

26 Oct 03:15
da0b4e5
Compare
Choose a tag to compare

What's Changed

  • Add option to filter commits by deploy context by @dnsv in #3

New Contributors

  • @dnsv made their first contribution in #3

Full Changelog: 3.2.0...v3.3.0

3.2.0

07 Aug 15:21
Compare
Choose a tag to compare

This action now works in the "pull_request" context as well. This is preferable to "push" in most cases because generally the netlify deploy doesn't start until the pull request is opened. If you run this action on "push" but don't physically open the PR until many minutes after, you'll have to re-run the action job which is annoying.

3.1.4-beta.0

07 Aug 15:02
Compare
Choose a tag to compare
Pre-release

Working on figuring out how to make this action work with the pull_request workflow trigger

3.1.3

30 Jul 14:50
Compare
Choose a tag to compare

Fix an accidental bug where a variable was referenced before instantiation

3.1.2

30 Jul 14:43
Compare
Choose a tag to compare

Wait a bit for the deployment to be created if Netlify doesn't respond right away

3.1.1

17 Jul 23:55
Compare
Choose a tag to compare

Updated README and some project metadata

3.1.0

17 Jul 21:55
Compare
Choose a tag to compare
work around some bugs

3.0.1

17 Jul 18:22
Compare
Choose a tag to compare

Fix a missing "async" keyword, fix the action yml for inputs.

3.0.0

17 Jul 18:11
Compare
Choose a tag to compare

Bumping to v3 to get around the tags from the forked repo. This release implements a revised waiting strategy that looks at the readiness of the deploy itself, then falls back to the typical timeout for application readiness.