Skip to content

Commit

Permalink
chore: do not cancel browserstack tests which are in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 4, 2024
1 parent 8e9b69c commit ea41b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# Allow only one concurrent test
concurrency:
group: "browserstack"
cancel-in-progress: true
cancel-in-progress: false

jobs:
browser-tests:
Expand Down

0 comments on commit ea41b03

Please sign in to comment.