ci: run pytest on PRs + add concurrency dedupe #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/13-pr-trigger"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes #13. Workflow previously triggered only on `push` to `main`, so breakage (e.g. the recent Python 3.14 + setup-uv@v7 main run) was only caught after merge. PRs to main now run pytest before merge.
Concurrency group cancels in-flight runs when a newer commit lands on the same ref.
Test plan