Skip to content

fix(ci): restore valid YAML in ci.yml after JSON-escape corruption - #1254

Merged
molecule-ai[bot] merged 1 commit into
stagingfrom
fix/ci-yml-yaml-v2
Apr 21, 2026
Merged

molecule-ai[bot] merged 1 commit into
stagingfrom
fix/ci-yml-yaml-v2

Conversation

@molecule-ai

@molecule-ai molecule-ai Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

Problem

CI on staging has been completely broken since PR #1242 merged. Every CI run
fails immediately with "This run likely failed because of a workflow file issue."

The ci.yml file was stored in Git with JSON-escaped content (literal \n
two-character sequences, leading double-quote) instead of proper YAML with
actual newline bytes. GitHub Actions cannot parse this.

Fix

Restore from pre-corruption base (ca46364), apply PR #1242's intended changes:

  • concurrency.cancel-in-progress: truefalse (queues rather than cancels)
  • changes job: runs-on: ubuntu-latest (frees mac mini for real CI work)

Test plan

  • ci.yml validates as YAML locally
  • CI runs green on this PR
  • Merge → staging CI clears

🤖 Generated with Claude Code

…runner

Root cause: commits 12c52d4 and 5831b4e stored ci.yml with JSON-escaped
content (literal \n sequences, leading double-quote) instead of proper
YAML with actual newlines. All CI runs failed with "workflow file issue"
before any job could start.

Fix: restore from pre-corruption base (ca46364), apply intended changes:
- concurrency.cancel-in-progress: true → false (queue rather than cancel)
- changes job: runs-on ubuntu-latest (frees mac mini for real work)

PR #1242 intent preserved, corruption from API commit removed.
@molecule-ai
molecule-ai Bot merged commit e69cb26 into staging Apr 21, 2026
1 of 11 checks passed
molecule-ai Bot added a commit that referenced this pull request Apr 21, 2026
fix(ci): restore valid YAML in ci.yml after JSON-escape corruption
@molecule-ai
molecule-ai Bot deleted the fix/ci-yml-yaml-v2 branch May 20, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants