From 9cab3861006c40f09376e98a15217f6d664e4157 Mon Sep 17 00:00:00 2001 From: Constantin Graf Date: Mon, 15 Apr 2024 17:11:48 +0200 Subject: [PATCH] Made playwright action manual --- .github/workflows/playwright.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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