Skip to content

Restrict concurrency for CI #1163

@ocaisa

Description

@ocaisa

We are not very careful in our CI about cancelling existing CI runs when a new commit is pushed, we should consider adding:

concurrency:
  group: ci-${{ github.workflow }}-${{ github.event.pull_request.number }}
  cancel-in-progress: true

to our PR workflows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions