Do While Not Queued
Version updated for https://github.com/boxofyellow/do-while-not-queued to version v2.0.35.
- 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 workflow is queued. It is designed for scenarios requiring reliability testing or workflows with repeated operations, ensuring tasks are executed multiple times based on defined conditions. Key capabilities include managing execution limits (e.g., maximum iterations or time) and leveraging environment variables and GitHub tokens for workflow control.
Release notes
What’s Changed
- Bump the npm-dependencies group with 2 updates by @dependabot[bot] in https://github.com/boxofyellow/do-while-not-queued/pull/67
- Bump to 2.0.35 by @boxofyellow in https://github.com/boxofyellow/do-while-not-queued/pull/68
Full Changelog: https://github.com/boxofyellow/do-while-not-queued/compare/v2.0.34...v2.0.35