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
[CI] Cancel previous run when new commit pushed (#11941)
In quite some PRs, we may need to push commits when the run is still in
progress.
Currently we will run all the workflow to the end by default, which is
somehow a waste of machine resource.
This PR use
https://docs.github.com/en/actions/using-jobs/using-concurrency to group
tests for Linux and Windows pre-commit tests, and cancel-in-progress if
new commits are pushed.
0 commit comments