Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up concurrency in CI #113

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Set up concurrency in CI #113

merged 2 commits into from
Feb 14, 2024

Conversation

etiennebacher
Copy link
Collaborator

This avoids having a long queue of jobs in CI when we make several commits in a few minutes. Basically, if a job is still running when there's a new commit, it is automatically cancelled and the CI for the new commit starts directly.

@beniaminogreen
Copy link
Owner

This is great! Sure it will save a lot of time in the future!

@beniaminogreen beniaminogreen merged commit 8131984 into main Feb 14, 2024
7 checks passed
@beniaminogreen beniaminogreen deleted the concurrent-ci branch February 14, 2024 14:54
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