Browse Source

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

pull/2987/head
Gabe Kangas 3 years ago committed by GitHub
parent
commit
d9f71a2f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/releases-upgrades-tests.yml

2
.github/workflows/releases-upgrades-tests.yml

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

Loading…
Cancel
Save