Do While Not Queued
Version updated for https://github.com/boxofyellow/do-while-not-queued to version v2.0.41.
- This action is used across all versions by 3 repositories.
Action Type
This is a Node action using Node version 24.
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 long-running tasks or reliability testing by repeatedly running a workflow step, with configurable limits on iterations and runtime. This action simplifies scenarios where workflows need to be conditionally executed while monitoring for queued instances, helping users manage resource allocation and execution flow.
What’s Changed
What’s Changed
- Bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group by @dependabot[bot] in https://github.com/boxofyellow/do-while-not-queued/pull/91
- Bump the npm-dependencies group with 2 updates by @dependabot[bot] in https://github.com/boxofyellow/do-while-not-queued/pull/92
Full Changelog: https://github.com/boxofyellow/do-while-not-queued/compare/v2.0.40...v2.0.41