test: 更新定时任务的 cron 表达式为每10分钟执行一次
This commit is contained in:
2
.github/workflows/docker-image-dev.yml
vendored
2
.github/workflows/docker-image-dev.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user