fix(ci): add concurrency guard + PR trigger + workflow_dispatch #2
Reference in New Issue
Block a user
Delete Branch "fix/ci-concurrency"
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?
Apply the concurrency pattern from python-project-template-internal to prevent the shared act_runner from cancelling in-progress steps when new pushes land.
Changes:
concurrency: cancel-in-progress: false(runner race fix)pull_requesttrigger so PRs are validated before mergeworkflow_dispatchfor manual re-runs