trying to fix ci

This commit is contained in:
Eric Froemling 2019-12-13 17:29:50 -08:00
parent 5c142d42cc
commit 8036896b54

View File

@ -2,10 +2,10 @@ name: CI
on:
# Run on pushes and also once per day (in case deps change under us)
- push
- schedule:
push:
schedule:
# Note: * is a special character in YAML so we have to quote the str.
- cron: '0 4 * * *'
cron: '0 4 * * *'
jobs:
check: