mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 02:28:25 -05:00
Flip cancel-in-progress from false to true for the book dev validate and preview workflows so new pushes to dev cancel the superseded run instead of queueing behind it. The dev branch only cares about the latest commit, and every other *-validate-dev.yml / *-preview-dev.yml in the repo (tinytorch, slides, mlsysim, kits, labs, instructors) already uses this setting. Publish workflows on gh-pages-deploy stay false, since serializing there is still correct.