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