Skip to content

Commit

Permalink
12210 fix concurrency in playwright actions (#12213)
Browse files Browse the repository at this point in the history
* Fix concurrency issue in Playwright actions

* try again

* try again

* try again

* test

* test

* test
  • Loading branch information
WilliamThorenfeldt authored Jan 31, 2024
1 parent 93fd0ab commit 4f55e6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
playwright-run:
name: 'Playwright Tests'
Expand Down

0 comments on commit 4f55e6f

Please sign in to comment.