From f273e5270e94bfd490819c0e5161dc412228e051 Mon Sep 17 00:00:00 2001 From: LingandRX Date: Thu, 7 Nov 2024 21:46:18 +0800 Subject: [PATCH] init --- .github/workflows/playwright.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 314778d..17b6545 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -4,6 +4,9 @@ on: branches: [main, master] pull_request: branches: [main, master] + schedule: + - cron: '30 9 * * *' # 每天凌晨 12 点执行一次 + workflow_dispatch: # 手动触发 jobs: test: timeout-minutes: 60