cancel-queued-runs
Version updated for https://github.com/durandtibo/cancel-queued-runs-action to version v1.9.
- This action is used across all versions by 37 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Cancel Queued Runs Action is a GitHub Action designed to automatically cancel workflow runs that remain in the queued state beyond a configurable time limit. It helps maintain clean workflow queues and prevents backlogs by ensuring stale or delayed runs are canceled. This lightweight action supports both private and public repositories and requires only the GitHub-provided GITHUB_TOKEN.
Release notes
What’s Changed
- Update workflows and docs by @durandtibo in https://github.com/durandtibo/cancel-queued-runs-action/pull/75
- Add more tests by @durandtibo in https://github.com/durandtibo/cancel-queued-runs-action/pull/76
- Replace
created_atbyupdated_atby @durandtibo in https://github.com/durandtibo/cancel-queued-runs-action/pull/78
Full Changelog: https://github.com/durandtibo/cancel-queued-runs-action/compare/v1.8...v1.9