From 217970667a3704c3dd60cd855c9a1f423d9b2688 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Fri, 18 Aug 2023 09:25:43 +0200 Subject: [PATCH] chore: make e2e tests manually triggerable (#1220) --- .github/workflows/playwright.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9e6fad51..0f2dd77e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,7 +1,9 @@ -name: Automatisch UI Test +name: Automatisch UI Tests on: schedule: - cron: '0 12 * * *' + workflow_dispatch: + jobs: test: timeout-minutes: 60