fix(ci): restore valid YAML in ci.yml — correct concurrency + ubuntu runner

Root cause: commits e6d48e6 and e085621 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 (2517164), 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.
This commit is contained in:
molecule-ai[bot] 2026-04-21 03:27:06 +00:00 committed by GitHub
parent bc9ce59b79
commit bcf7f93281

File diff suppressed because one or more lines are too long