定时更新数据库功能时间调整为适配美西时间,并由每周一次改为两次

This commit is contained in:
juewuy 2022-06-06 12:18:55 +08:00
parent 26241e9608
commit 6b643aad7e

View File

@ -9,7 +9,7 @@ on:
# branches:
# - master
schedule:
- cron: 0 1 * * 2
- cron: 0 9 * * 2,6
# watch:
# types: [started]
workflow_dispatch: