mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 更新定时任务的 cron 表达式为每天午夜执行
parent
eb5d452208
commit
30c27ccd8c
|
|
@ -2,7 +2,7 @@ name: Docker Build and Push (Dev)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 7 * * *'
|
- cron: '0 0 * * *'
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
# - dev
|
# - dev
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue