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
On Azure Pipelines we can run as many try builds as we want, since cancelbot only looks at the auto branch. On GitHub Actions instead we kill the build if a new commit is pushed on all workflows, including try. We should avoid using the cancel-outdated-builds action on the try branch.