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

[skip circleci] Add option to effectively cancel prev runs #2310

Merged
merged 4 commits into from Oct 30, 2021

Commits on Oct 29, 2021

  1. Add option to cancel prev runs

    Without using skip-duplicate-actions which is failing due to github access permission. 
    See fkirc/skip-duplicate-actions#103
    jneira committed Oct 29, 2021
    Copy the full SHA
    5601f12 View commit details
    Browse the repository at this point in the history
  2. Cancel by branch *and* workflow

    Without it will cancel other workflows for the same branch
    Credits: 7b371e8b
    jneira committed Oct 29, 2021
    Copy the full SHA
    8ba3ee7 View commit details
    Browse the repository at this point in the history
  3. Disable cancelling other runs

    jneira committed Oct 29, 2021
    Copy the full SHA
    61676e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Copy the full SHA
    b040bdd View commit details
    Browse the repository at this point in the history