Change schedule to every 6 hours.

This commit is contained in:
Seraphim R. Pardee 2021-08-04 08:16:01 -04:00 committed by GitHub
parent 72af7aeed5
commit 98e3acec98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
branches: branches:
- master - master
schedule: schedule:
- cron: '0 */3 * * *' - cron: '0 */6 * * *'
jobs: jobs:
build: build: