Skip to content

Commit ea41b03

Browse files
committed
chore: do not cancel browserstack tests which are in progress
1 parent 8e9b69c commit ea41b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browserstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Allow only one concurrent test
1010
concurrency:
1111
group: "browserstack"
12-
cancel-in-progress: true
12+
cancel-in-progress: false
1313

1414
jobs:
1515
browser-tests:

0 commit comments

Comments
 (0)