github workflow: add a cron job (#1615)

This commit is contained in:
Poolitzer 2019-11-15 14:19:47 -08:00 committed by Noam Meltzer
parent 2fdf48023b
commit 894d8281ab

View file

@ -3,6 +3,8 @@ on:
pull_request:
branches:
- master
schedule:
- cron: 7 3 * * *
jobs:
pytest: