Skip to content

Commit e85774b

Browse files

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/selenium-lab-tests.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ jobs:
211211

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

217218
needs: [compute-sha, build-shaka, matrix-config]
218219
strategy:

0 commit comments

Comments
 (0)