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

This commit is contained in:
infinitycat
2025-12-09 11:00:44 +08:00
parent dd6347baae
commit 8d28f26b7d

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