mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
a9ac8251ba
Agents push to main every few minutes and a sharded run takes about 30, so cancel-in-progress meant a busy main could never complete a verdict. With cancel-in-progress off, the in-flight run finishes and GitHub collapses queued runs to the newest pending one, so intermediate pushes still skip without killing the run that is about to report.