Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

v0.1.1

Choose a tag to compare

@courtneypacheco courtneypacheco released this 21 May 20:32
· 44 commits to main since this release
159c534

Highlights

  • Typo was fixed in the launch-ec2-runner-with-fallback echo statements that log the progress of the GH action
  • A bugfix was added to launch-ec2-runner-with-fallback that ensures if an EC2 instance is launched, the CI action always propagates the instance ID, region, and label to the workflow it's called from, regardless if the original workflow was cancelled. This reduces the risk of EC2 runners dangling in AWS unnoticed.

What's Changed

  • chore: find actions -exec sed -i 's/confgs/configs/g' {} ; by @booxter in #11
  • fix(launch-ec2-runner-with-fallback): Always check if an instance is launched + perform cleanup by @courtneypacheco in #18

New Contributors

Full Changelog: v0.1.0...v0.1.1