diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8485ff1..4f1a2f6 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -5,6 +5,8 @@ on: branches: [ main, master ] pull_request: branches: [ main, master ] + schedule: + - cron: '0 0,4,12 * * *' jobs: test: timeout-minutes: 60 @@ -34,4 +36,4 @@ jobs: name: playwright-traces_and_results path: | allure-results/ - *trace.zip \ No newline at end of file + *trace.zip