diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4b8cd5c..73f37b4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -2,19 +2,6 @@ name: Playwright on: workflow_call: - pull_request: - paths: - - '**.php' - - '**.ts' - - 'tests/e2e/**' - - 'playwright.config.ts' - - '.github/workflows/playwright.yml' - push: - branches: [main] - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} permissions: contents: read