Skip to content

Use concurrency groups in CI #3793

@thomas-bc

Description

@thomas-bc
F´ Version
Affected Component

Feature Description

See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency

This should allow for PRs not to queue up multiple jobs when multiple commits are pushed in a short time span. Should help reduce the slow queueing up of jobs we've been seeing.

Goal: on each PR, only allow a single job to run, on the latest-pushed commit. Cancel previous jobs if a newer commit has been pushed.

Note:

Metadata

Metadata

Assignees

Labels

CIIssues pertaining to Continuous Integration

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions