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

pull/1419/head
infinitycat 2025-12-08 16:09:27 +08:00
parent df4143b923
commit 3e0feb1616
No known key found for this signature in database
GPG Key ID: 8557D2947688521D
1 changed files with 1 additions and 1 deletions

View File

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