From 42a55e02b177ff741fc90d56a4ea338842d51844 Mon Sep 17 00:00:00 2001 From: Karen Shaw Date: Tue, 27 Aug 2024 16:43:32 +0000 Subject: [PATCH] Make Playwright tests trigger manually --- .github/workflows/playwright.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0064d088..f866ac5a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,10 @@ name: Playwright Tests on: - # push: - # branches: [] - pull_request: - branches: [main, deploy/staging] +# push: +# branches: [] +# pull_request: +# branches: [main, deploy/staging] + workflow_dispatch: jobs: test: timeout-minutes: 10