This commit is contained in:
parent
8bda3fc244
commit
f273e5270e
3
.github/workflows/playwright.yml
vendored
3
.github/workflows/playwright.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user