diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 277dd44..e4121d7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,11 @@ name: Playwright Tests + +# Only run one at a time per branch +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + on: - push: - branches: - - master - - prod pull_request: branches: - '*'