chore: update e2e schedule to every 10 minutes

This commit is contained in:
Qiao Han
2022-09-30 23:58:59 +08:00
parent e6bf91f97e
commit 32a80091dc

View File

@@ -7,7 +7,7 @@ on:
- 'v*'
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '15 * * * *'
- cron: '*/10 * * * *'
defaults:
run: