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

Faster workflow response / saving resources via timeout/concurrency policy #316

Merged
merged 1 commit into from
Nov 26, 2023

Commits on Nov 24, 2023

  1. Faster workflow response / saving resources via timeout/concurrency p…

    …olicy
    
    All the workflows normally finish within <5 minutes. If they take longer
    (there are several runs >30 minutes in the action history) they always
    fail and the causes are temporary issues with CDN / dependencies not
    solvable etc. There is no point then continuing those runs as they anyway
    fail. Thus setting an upper limit of 30 minutes to save some free Action
    minutes in the incubator org.
    
    Also setting a concurrency policy for all workflows for faster PR responses
    when doing repeated pushes to PRs, inspired by [0].
    
    [0](https://github.com/conda/conda/blob/main/.github/workflows/tests.yml#L21)
    dbast committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    070eee6 View commit details
    Browse the repository at this point in the history