Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Do not cancel other Selenium jobs (#7463)
When we have two jobs queued for FirefoxWindows, for example, we want one of them to wait, not cancel each other. The only time you would cancel one is if the other is from the same branch/PR after an update. Right now, only the browser name is used in the key, so we should never cancel another job with the same key. This fix lets us start tests for multiple release PRs at once.
- Loading branch information