Skip to content

CI: add concurrency cancel-in-progress to all build workflows #322

Description

@ChrisonSimtian

No workflow declares a concurrency: group, so rapid pushes / PR force-pushes stack runs instead of cancelling superseded ones — wasted runner time + slower latest-result.

Add concurrency: { group: <workflow>-${{ github.ref }}, cancel-in-progress: true } to ubuntu-latest, windows-latest, macos-latest, edge (and the future experimental/preview workflows).

Exception: do NOT add cancel-in-progress to release.yml — never cancel a publish mid-flight.

Low-risk quick win. Milestone: CI cost & pipeline structure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions