mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-19 16:47:01 +03:00
afe7d37f3e
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.