fix(ci): drop concurrency blocks from deploy workflows (MokoGIT run-creation bug) #22

Merged
jmiller merged 1 commits from fix/remove-deploy-concurrency into main 2026-07-18 20:22:03 +00:00
Owner

Remove the concurrency: block from deploy-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.).

Remove the `concurrency:` block from `deploy-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.).
jmiller added 1 commit 2026-07-18 20:21:57 +00:00
fix(ci): drop concurrency blocks from deploy-dev/rc/prod
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 15s
Generic: Project CI / Lint & Validate (pull_request) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Universal: PR Check / Secret Scan (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Generic: Standards Compliance / Secret Scanning (pull_request) Has been cancelled
Generic: Standards Compliance / License Header Validation (pull_request) Has been cancelled
Generic: Standards Compliance / Repository Structure Validation (pull_request) Has been cancelled
Generic: Standards Compliance / Coding Standards Check (pull_request) Has been cancelled
Generic: Standards Compliance / Version Consistency Check (pull_request) Has been cancelled
Generic: Standards Compliance / Workflow Configuration Check (pull_request) Has been cancelled
Generic: Standards Compliance / Documentation Quality Check (pull_request) Has been cancelled
Generic: Standards Compliance / README Completeness Check (pull_request) Has been cancelled
Generic: Standards Compliance / Git Repository Hygiene (pull_request) Has been cancelled
Generic: Standards Compliance / Script Integrity Validation (pull_request) Has been cancelled
Generic: Standards Compliance / Line Length Check (pull_request) Has been cancelled
Generic: Standards Compliance / File Naming Standards (pull_request) Has been cancelled
Generic: Standards Compliance / Insecure Code Pattern Detection (pull_request) Has been cancelled
Generic: Standards Compliance / Code Complexity Analysis (pull_request) Has been cancelled
Generic: Standards Compliance / Code Duplication Detection (pull_request) Has been cancelled
Generic: Standards Compliance / Dead Code Detection (pull_request) Has been cancelled
Generic: Standards Compliance / File Size Limits (pull_request) Has been cancelled
Generic: Standards Compliance / Binary File Detection (pull_request) Has been cancelled
Generic: Standards Compliance / TODO/FIXME Tracking (pull_request) Has been cancelled
Generic: Standards Compliance / Dependency Vulnerability Scanning (pull_request) Has been cancelled
Generic: Standards Compliance / Unused Dependencies Check (pull_request) Has been cancelled
Generic: Standards Compliance / Broken Link Detection (pull_request) Has been cancelled
Generic: Standards Compliance / API Documentation Coverage (pull_request) Has been cancelled
Generic: Standards Compliance / Accessibility Check (pull_request) Has been cancelled
Generic: Standards Compliance / Performance Metrics (pull_request) Has been cancelled
Generic: Standards Compliance / Enterprise Readiness Check (pull_request) Has been cancelled
Generic: Standards Compliance / Repository Health Check (pull_request) Has been cancelled
Generic: Standards Compliance / Terraform Configuration Validation (pull_request) Has been cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Has been cancelled
RC Revert / Rename rc/ back to dev/ (pull_request) Has been cancelled
Generic: Project CI / Tests (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
Generic: Standards Compliance / Compliance Summary (pull_request) Has been cancelled
282c520d2a
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: dev deploys skipped when several PRs merged in quick succession).
Remove the blocks from all three deploy workflows and leave a note so they are
not re-added. Canonical source; syncs to consuming Go repos.
jmiller merged commit 9e180d3687 into main 2026-07-18 20:22:03 +00:00
Sign in to join this conversation.
No Reviewers
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/Template-Go#22