fix(tests): reduce how often the release/upgrade test runs

This commit is contained in:
Gabe Kangas 2023-05-04 20:32:51 -07:00 committed by GitHub
parent 32530dfa34
commit d9f71a2f3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: Release and upgrade tests
on:
schedule:
- cron: '0 */4 * * * '
- cron: '0 */12 * * * '
jobs:
test: