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

build: prevent concurrent CI and CQ workflow runs #42016

Merged
merged 2 commits into from Feb 16, 2022

Commits on Feb 16, 2022

  1. build: prevent concurrent CI and CQ workflow runs

    Use concurrency groups to prevent new runs from being started while a
    previous job is already running. This can happen when a lot of unrelated
    jobs are pending because of runner exhaustion.
    targos committed Feb 16, 2022
    Copy the full SHA
    77ed953 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Mestery <mestery@protonmail.com>
    targos and Mesteery committed Feb 16, 2022
    Copy the full SHA
    e2254f0 View commit details
    Browse the repository at this point in the history