fix: 更新定时任务的 cron 表达式为每天午夜执行

This commit is contained in:
infinitycat
2025-12-08 15:37:52 +08:00
parent eb5d452208
commit 30c27ccd8c

View File

@@ -2,7 +2,7 @@ name: Docker Build and Push (Dev)
on:
schedule:
- cron: '30 7 * * *'
- cron: '0 0 * * *'
# push:
# branches:
# - dev