lower test frequency

This commit is contained in:
Waylon Walker 2020-08-08 14:38:23 -05:00 committed by GitHub
parent 8d2fba7619
commit 8b5b7254aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ on:
pull_request:
branches: [ main ]
schedule:
- cron: '*/10 * * * *'
- cron: '* */6 * * *'
jobs:
test-site: