修改定时任务

github actions默认时间GMT,北京时间GMT+8
还是北京时间中午12点定时构建
pull/287/head
10bits 4 years ago committed by GitHub
parent cc42eb9ab7
commit 5b29a10df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/legado.yml

@ -9,7 +9,7 @@ on:
watch:
types: [started]
schedule:
- cron: '0 12 * * *'
- cron: '0 4 * * *'
jobs:
build:

Loading…
Cancel
Save