Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(workflows): add ability to cancel all but latest workflow run #5637

Merged

Commits on Apr 1, 2021

  1. chore(workflows): add ability to cancel all but latest workflow run

    Previously, only workflows older then the current workflow were canceled
    
    In very deep queues this means the current instance may not even run until there are future
    runs enqueued, and those will not run - and thus will not cancel - the current run, leaving
    the queue in a clogged state
    
    Now any time a run instance finally gets off the queue and runs it will check all runs -
    including runs queued after the current one - and it will clear all non-current runs including
    itself, hopefully unclogging the queue
    
    styfle/cancel-workflow-action#62
    mikehardy committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    88cf5cb View commit details
    Browse the repository at this point in the history