forked from molecule-ai/molecule-core
fix(ci): restore valid YAML in ci.yml — correct concurrency + ubuntu runner
Root cause: commitse6d48e6ande085621stored 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:
parent
bc9ce59b79
commit
bcf7f93281
205
.github/workflows/ci.yml
vendored
205
.github/workflows/ci.yml
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user