From 68dca8bdb9c1e4661948efc706c9567971dd7642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Herrero=20Garc=C3=ADa?= Date: Mon, 17 Jun 2024 11:59:21 +0200 Subject: [PATCH] Update the scheduled date to the pre-daily workflow --- .github/workflows/playwright_pre_daily.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: