Template
fix(ci): drop concurrency blocks from deploy workflows (MokoGIT run-creation bug) #22
Reference in New Issue
Block a user
Delete Branch "fix/remove-deploy-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?
Remove the
concurrency:block fromdeploy-dev/rc/prod.yml.Why: the MokoGIT Actions engine fails to create runs when a workflow has a
concurrency:block, so rapid pushes to a deploy branch silently drop deploys. Observed live: a MokoAI dev deploy was skipped when several PRs merged in quick succession, so ai.dev kept serving a stale build.All three deploy workflows updated + a note added so the block isn't re-added. As the canonical synced source, this propagates the fix to consuming Go repos (MokoAI, etc.).