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