diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 36fbce1b..7de2bb14 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,6 @@ name: Playwright Tests on: - push: - branches: [ main ] - pull_request: - branches: [ main ] + workflow_dispatch: jobs: test: timeout-minutes: 60