Files
davidaragon-portfolio/.gitea/workflows
root f152379882
CI/CD Pipeline / Build & Deploy (pull_request) Successful in 22s
fix(ci): add concurrency guard + PR trigger + workflow_dispatch
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
2026-07-09 15:23:40 +00:00
..