Skip to content

Conversation

@p-r-a-v-i-n
Copy link
Member

I added a concurrency group to the test.yml workflow to make it more efficient.

-It ensures that only the latest commit on a branch is running.
-If a new push is made while an old one is still going, the old run will automatically cancel.
-This helps us save GitHub Actions minutes and keeps our PRs clean.

@p-r-a-v-i-n p-r-a-v-i-n changed the title Optimize test workflow with concurrency and fail-fast dependencies Optimize CI with concurrency Dec 20, 2025
@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@matthiask matthiask merged commit 8ebab3d into django-commons:main Dec 20, 2025
28 checks passed
@matthiask
Copy link
Member

Thanks!

@p-r-a-v-i-n p-r-a-v-i-n deleted the add-concurrency-group branch December 21, 2025 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants