init
Some checks are pending
Playwright Tests / test (push) Waiting to run

This commit is contained in:
LingandRX 2024-11-07 21:46:18 +08:00
parent 8bda3fc244
commit f273e5270e

View File

@ -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