Skip to content

Releases: rokroskar/workflow-run-cleanup-action

v0.3.3

27 Apr 09:30
ee1451b
Compare
Choose a tag to compare

0.3.3 (2021-04-27)

Bug Fixes

  • bolean expression so we don't cancel runs on other PRs (#30) (ee1451b)
  • workflow now cancels itself when newer workflow is detected (#22) (70016f4)

Version 0.3.2

10 Mar 13:47
1ba8de3
Compare
Choose a tag to compare

0.3.2 (2021-03-10)

Bug Fixes

Version 0.3.1

09 Mar 22:11
2bdd3f2
Compare
Choose a tag to compare

0.3.1 (2021-03-09)

Bug Fixes

  • only cancel workflows sharing the same head repo (#14) (2bdd3f2)

Version 0.3.0

05 Jan 09:48
035a48f
Compare
Choose a tag to compare

0.3.0 (2021-01-05)

Features

  • enable workflow cancellation for "Waiting" workflows (#11) (035a48f)

Version 0.2.2

11 Feb 13:15
9456bf1
Compare
Choose a tag to compare

0.2.2 (2020-02-11)

Bug Fixes

Features

Version 0.2.1

03 Feb 21:33
110a9a2
Compare
Choose a tag to compare

Remove the need for setting GITHUB_RUN_ID explicitly since it is set in the environment by default.

version 0.2.0

03 Feb 16:05
73f6e1b
Compare
Choose a tag to compare

Prevent cancellation of current run.

Version 0.1.0

31 Jan 11:07
748513f
Compare
Choose a tag to compare

First release of the cleanup action. Experimental, probably not fit for production use - handle with care! :)