mirror of https://github.com/Mai-with-u/MaiBot.git
test: 统一 cron 表达式的引号格式
parent
dd6347baae
commit
8d28f26b7d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue