Files
cs249r_book/.github
Vijay Janapa Reddi df88ff7a72 fix(ci): isolate dispatch/call runs in tinytorch+labs validate concurrency
Both workflows grouped only on github.ref, so a manual workflow_dispatch
(or, for tinytorch, a workflow_call from publish-live) on the same SHA
as a push cancelled the push run via cancel-in-progress, leaving the
README badge red on a healthy SHA.

Switch both to the head_ref||run_id pattern already used by kits, mlsysim,
site, slides, and instructors: PRs still cancel on amend (head_ref shared),
push/dispatch/call get unique groups via run_id.
2026-05-17 08:07:30 -04:00
..