You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add concurrency control to cancel running workflows on new push
- Cancel in-progress workflows when pushing to the same branch
- Keep PR workflows running (only cancel for push events)
- Applies to all workflows: CI, GeniusBridge, SlowCI, JupyterNotebooks, PyPI, Documentation
- Grouping by workflow name and ref/PR number ensures proper isolation
0 commit comments