Skip to content

[CI] cancel in progress builds when a new push occurs #384

@cz4rs

Description

@cz4rs

Make sure that older builds get canceled when new changes are pushed to a PR:

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

DARMA-tasking/workflows#17 (comment)


Also: use that issue to get rid of the dead links on the front page.
Image

Metadata

Metadata

Assignees

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