From 7922cf31f6b25b0f6aa96c250b7db2db1e95cb6b Mon Sep 17 00:00:00 2001 From: jakobma Date: Fri, 13 Oct 2023 16:57:52 +0200 Subject: [PATCH] fix --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5cb8c9e..23ac572 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -4,7 +4,7 @@ on: push: branches: [ main, master, dev ] schedule: - - cron: '30 16 * * 1-5' + - cron: '00 15 * * 1-5' # UTC jobs: test: timeout-minutes: 60