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
Description
Currently, pushing a new commit to a PR doesn't stop the previous commit's CI run, wasting GitHub Actions runner time and queuing up newer builds.
Proposed Change:
Add concurrency auto-cancellation to
ci.yml
Description
Currently, pushing a new commit to a PR doesn't stop the previous commit's CI run, wasting GitHub Actions runner time and queuing up newer builds.
Proposed Change:
Add concurrency auto-cancellation to
ci.yml