Add schedule to run CI once a day at 12:30 UTC.

This commit is contained in:
David Anson 2019-12-30 13:54:43 -08:00 committed by GitHub
parent 5a766ccb30
commit 5634b317d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,10 @@
name: CI
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '30 12 * * *'
jobs:
build: