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

ci: Add concurrency group to save resources on github action tests #72

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

eddiebergman
Copy link
Contributor

Some small changes, one to basically cancel previous tests if theres a new commit, i.e. you're working on a PR and make many small commits, it will only actively run tests on the most recent one and cancel any ones that are in progress for that PR.

Also made the tests run on more than just python files/workflows. Main reason being is the introduction of yaml files will also likely mean testing should be run.

@eddiebergman eddiebergman added the ci Something related to the CI system label Apr 25, 2024
@eddiebergman eddiebergman merged commit 61f5c47 into master Apr 26, 2024
11 checks passed
@eddiebergman eddiebergman deleted the ci-concurreny-groups branch April 26, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Something related to the CI system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant