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