ci/ui-test: queue runs in one bucket instead of cancelling #9
Reference in New Issue
Block a user
Delete Branch "feature/ui-test-singleton"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Run #73 (post-PR-#8 wave) failed in 6 seconds with the same Post-Checkout-then-cleanup pattern even though it was the only run in its concurrency group. Gitea appears to fire spurious self-cancellation under
cancel-in-progress: truein some cases.Replace the per-sha cancel-in-progress group with a singleton queueing group. Only one ui-test workflow alive at a time across the repo, others wait. Vite-on-:5173 cannot collide because there is never a second ui-test alive. ui-test is ~2 minutes, bursts are rare, queueing is cheap.