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

feat(ci): set concurrency for test workflow #185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

l-lumin
Copy link
Contributor

@l-lumin l-lumin commented Dec 21, 2024

This update ensures that workflows always run on the latest commit

https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs

note: did not add concurrency to the pre-commit workflow as it currently only uses Black. Since Hatch has Ruff built-in, we can merge the pre-commit workflow into the test workflow later for better efficiency

Static analysis performed by the fmt command is (by default) backed entirely by Ruff.
https://hatch.pypa.io/latest/config/internal/static-analysis/

Enhance the GitHub Actions test workflow by adding concurrency 
settings.
@l-lumin l-lumin force-pushed the add-concurrency-to-tests-workflow branch from 062be99 to 64a19e6 Compare December 22, 2024 05:24
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.

1 participant