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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "*/10 * * * *" # every 10 minutes
|
- cron: '*/10 * * * *' # every 10 minutes
|
||||||
# push:
|
# push:
|
||||||
# branches:
|
# branches:
|
||||||
# - dev
|
# - dev
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue