test: 统一 cron 表达式的引号格式

pull/1431/head
infinitycat 2025-12-09 11:00:44 +08:00
parent dd6347baae
commit 8d28f26b7d
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: "*/10 * * * *" # every 10 minutes
- cron: '*/10 * * * *' # every 10 minutes
# push:
# branches:
# - dev