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
Add concurrency groups to all PR-triggered workflows
Add cancel-in-progress concurrency blocks to all 7 GitHub Actions
workflows triggered by pull_request. This ensures that when a new
commit is pushed to a PR, any already-queued or in-progress runs for
that PR are cancelled, avoiding wasted resources and reducing queue
delays for new commits.
0 commit comments