Skip to content

Releases: ddev/github-action-add-on-test

v2.0.2

25 May 01:49
abdb628
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Run keepalive step only for scheduled run (PR #33)

v2.0.1

22 May 01:35
6fe79b0
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Shorten the default keepalive_time_elapsed value to "0" day (PR #31)

v2.0.0

15 Mar 04:30
5c441e7
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Breaking change: Use gautamkrishnar/keepalive-workflow@v2 to avoid dummy commit. This change requires
    modifying permission from contents: write to actions: write in the main workflow.

v1.2.0

19 Feb 04:50
c572bd9
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Update actions/checkout to v4 for Node.js 20 (PR #26)

v1.1.1

29 Oct 06:31
340c708
Compare
Choose a tag to compare

Compare with previous release

Fixed

  • Turn off instrumentation for tests (PR #23)

v1.1.0

20 Sep 05:30
28ca016
Compare
Choose a tag to compare

Compare with previous release

Changed

v1.0.0

25 Aug 02:19
b94d8c2
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Install bats-assert and friends by default (@see PR #15)

v0.6.0

21 Aug 06:15
3522cff
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Move (or create) the major version tag (such as v1, v2) to point to the Git ref of the current release

v0.5.0

21 Aug 04:40
982664a
Compare
Choose a tag to compare

Compare with previous release

Added

  • Add disable_checkout_action boolean input

v0.4.0

21 Aug 00:29
5036b19
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Run keepalive-workflow step even if a previous step failed