fix(ci): remove garbage commit-SHA line from ci.yml — restore valid concurrency block

Line 9 of ci.yml accidentally contained a bare string with the commit
SHA instead of the intended concurrency: block, causing all CI runs
to fail with a YAML parse error.

Also restores the changes from the PR #1242 intent (workflow-level
concurrency with cancel-in-progress: false).

Fixes: CI failure on staging after PR #1242 merge.
This commit is contained in:
molecule-ai[bot] 2026-04-21 03:15:42 +00:00 committed by GitHub
parent 4555304850
commit 012f13ca46

File diff suppressed because one or more lines are too long