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 GitHub Actions workflows
- Cancel previous CI runs when new commits are pushed to same branch/PR
- Cancel previous release runs when multiple tags are pushed
- Saves CI resources and provides faster feedback
- Uses workflow name + git ref as concurrency group identifier
0 commit comments