diff --git a/.github/workflows/playwright_pre_daily.yml b/.github/workflows/playwright_pre_daily.yml index 1653f5f..a3dc53d 100644 --- a/.github/workflows/playwright_pre_daily.yml +++ b/.github/workflows/playwright_pre_daily.yml @@ -1,7 +1,7 @@ name: Penpot Regression Tests on PRE env on: - schedule: ## run tests each Thursday at 6:00am UTC - - cron: '00 6 * * 1-5' + schedule: ## run tests at 01:00am UTC on every day-of-week from Monday through Friday + - cron: '00 1 * * 1-5' workflow_dispatch: jobs: