Skip to content

Commit

Permalink
ci: Do not cancel other Selenium jobs (#7489)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Oct 24, 2024
1 parent 334a00e commit 38a6a39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/selenium-lab-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,9 @@ jobs:

# Only one run of this job is allowed at a time, since it uses physical
# resources in our lab.
concurrency: selenium-lab-${{ matrix.browser }}
cancel-in-progress: false
concurrency:
group: selenium-lab-${{ matrix.browser }}
cancel-in-progress: false

needs: [compute-sha, build-shaka, matrix-config]
strategy:
Expand Down

0 comments on commit 38a6a39

Please sign in to comment.