Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Releases: OpenAstronomy/action-skip-ci

0.8.0 Release Notes

26 Jan 21:23
b738dc4
Compare
Choose a tag to compare

Updated dependencies. Also updated documentation due to moving this Action to OpenAstronomy organization.

0.7.1 Release Notes

08 Jan 01:13
Compare
Choose a tag to compare

Fixed a bug where CI will skip regardless for the NO_FAIL use case due to undefined run_next.

0.7 Release Notes

07 Jan 23:24
28102f6
Compare
Choose a tag to compare

New NO_FAIL option to allow this action to set output called run_next to true or false, instead of failing. But this option requires knowledge on how to pass output from a step/job to another step/job in GitHub Actions.

0.6 Release Notes

05 Jan 00:19
bd536bd
Compare
Choose a tag to compare

Added new feature to use custom directives with SKIP_DIRECTIVES.

0.5 Release Notes

23 Dec 19:52
0d0fefc
Compare
Choose a tag to compare

Like 0.4 but re-implemented as TypeScript, which cuts down the run time from approximately 20 seconds to 3 seconds.

0.4 Release Notes

17 Dec 01:06
Compare
Choose a tag to compare

Like 0.1 again but uses pre-built Docker image.

0.3 Release Notes

16 Dec 23:03
Compare
Choose a tag to compare

Like 0.2 but uses a pre-built Docker image with all the dependencies installed.

0.2 Release Notes

16 Dec 19:40
Compare
Choose a tag to compare

This actions now cancels current workflow instead of failing.

0.1 Release Notes

16 Dec 02:08
Compare
Choose a tag to compare

First release. This simply fails the job if directive to skip CI is found in commit message.