Fix cron schedule to run only at midnight weekly (#120)

- Was running every minute of the day on Sunday, whoops!
This commit is contained in:
Jay Oster 2020-09-20 01:00:20 -07:00 committed by GitHub
parent 1cf980534c
commit e5f92519f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ on:
push:
pull_request:
schedule:
- cron: '* * * * 0'
- cron: '0 0 * * 0'
jobs:
checks:
name: Check