定时更新数据库功能时间调整为适配美西时间,并由每周一次改为两次
This commit is contained in:
2
.github/workflows/bin_update.yml
vendored
2
.github/workflows/bin_update.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
# branches:
|
# branches:
|
||||||
# - master
|
# - master
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 1 * * 2
|
- cron: 0 9 * * 2,6
|
||||||
# watch:
|
# watch:
|
||||||
# types: [started]
|
# types: [started]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user