fix(ci): add concurrency guard + PR trigger + workflow_dispatch #2

Merged
root merged 1 commits from fix/ci-concurrency into main 2026-07-09 17:23:50 +02:00
Owner

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:

  • Add concurrency: cancel-in-progress: false (runner race fix)
  • Add pull_request trigger so PRs are validated before merge
  • Add workflow_dispatch for manual re-runs
  • Comment block referencing the source pattern
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: - Add `concurrency: cancel-in-progress: false` (runner race fix) - Add `pull_request` trigger so PRs are validated before merge - Add `workflow_dispatch` for manual re-runs - Comment block referencing the source pattern
root added 1 commit 2026-07-09 17:23:41 +02:00
fix(ci): add concurrency guard + PR trigger + workflow_dispatch
CI/CD Pipeline / Build & Deploy (pull_request) Successful in 22s
f152379882
Apply the same concurrency pattern used in the python-project-template:
- cancel-in-progress: false prevents the shared act_runner from
  cancelling in-progress steps when a new push lands
- pull_request trigger ensures PRs are validated before merge
- workflow_dispatch allows manual re-runs
root merged commit 83db698f8d into main 2026-07-09 17:23:50 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/davidaragon-portfolio#2