Skip to content

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