fix: prioritize rollback over queued deploys
This commit is contained in:
@@ -18,9 +18,12 @@ run-name: 🔙 Rollback by @${{ gitea.actor }}
|
||||
# migrations). If the tag predates a destructive migration, manual
|
||||
# DB intervention is needed — that's an edge case surfaced to DevOps.
|
||||
# ───────────────────────────────────────────────────────
|
||||
# Rollback wins over queued/in-progress deploys.
|
||||
# It shares deploy-production with deploy.yaml so rollback and deploy never run together,
|
||||
# but cancel-in-progress=true prevents a queued auto-deploy from running after rollback.
|
||||
concurrency:
|
||||
group: deploy-production
|
||||
cancel-in-progress: false
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user