fix: 更新定时任务的 cron 表达式

This commit is contained in:
infinitycat
2025-12-08 15:38:26 +08:00
parent 268eafe3ee
commit df4143b923

View File

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