test: 更新定时任务的 cron 表达式为每10分钟执行一次

pull/1431/head
infinitycat 2025-12-09 10:02:19 +08:00
parent 3e0feb1616
commit 27c41781f9
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: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: "*/10 * * * *" # every 10 minutes
# push: # push:
# branches: # branches:
# - dev # - dev