Revert "chore: run e2e more frequently to check reliability"

This reverts commit e6bf91f97e.
This commit is contained in:
Qiao Han
2022-10-03 10:56:28 +08:00
parent c7d47c276a
commit 3809f2025b

View File

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