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]
|
branches: [main, master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, master]
|
branches: [main, master]
|
||||||
|
schedule:
|
||||||
|
- cron: '30 9 * * *' # 每天凌晨 12 点执行一次
|
||||||
|
workflow_dispatch: # 手动触发
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
|
|||||||
Reference in New Issue
Block a user