Skip to content

Conversation

@EwoutH
Copy link
Collaborator

@EwoutH EwoutH commented Dec 28, 2025

Add a concurrency group to the GitHub Actions workflow so repeated pushes don’t pile up duplicate CI work. Runs are grouped by PR number when available (or by ref for non-PR events), and any in-progress run is automatically canceled when a newer one starts, saving CI time.

Add a concurrency group to the GitHub Actions workflow so repeated pushes don’t pile up duplicate CI work. Runs are grouped by PR number when available (or by ref for non-PR events), and any in-progress run is automatically canceled when a newer one starts, saving CI time.
@EwoutH EwoutH added the ci label Dec 28, 2025
@EwoutH
Copy link
Collaborator Author

EwoutH commented Dec 28, 2025

This might need to be merged to main before it takes effect.

@coveralls
Copy link

coveralls commented Dec 28, 2025

Coverage Status

coverage: 92.671%. remained the same
when pulling f143289 on ci_concurrency
into ac79c1a on master.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants