chore: run e2e more frequently to check reliability

This commit is contained in:
Qiao Han
2022-09-30 23:20:06 +08:00
parent fdaed970ca
commit e6bf91f97e

View File

@@ -7,7 +7,7 @@ on:
- 'v*'
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 1,9 * * *'
- cron: '15 * * * *'
defaults:
run:
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
version:
- 1.0.0
# - 1.0.0
- 1.5.3
steps:
- uses: actions/checkout@v3