Do While Not Queued
Version updated for https://github.com/boxofyellow/do-while-not-queued to version v2.0.34.
- This action is used across all versions by 3 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The do-while-not-queued GitHub Action automates the repetitive execution of a specified command until another instance of the same workflow is queued. It is designed to facilitate tasks like reliability testing or iterative workflows by enabling repeated runs of a command with customizable limits on duration and iterations. This action helps automate looped processes while monitoring for newly queued workflow instances, making it useful for advanced CI/CD scenarios.
Release notes
What’s Changed
- Bump to 2.0.34 by @boxofyellow in https://github.com/boxofyellow/do-while-not-queued/pull/66
Full Changelog: https://github.com/boxofyellow/do-while-not-queued/compare/v2.0.33...v2.0.34