Add daily scheduled CI workflow run at 6 a.m. UTC.

This commit is contained in:
Jeff Geerling
2020-02-11 17:40:46 -06:00
parent 7dafe5c1f8
commit c59fb0ce8b

View File

@@ -1,7 +1,9 @@
name: CI name: CI
on: on:
- push push:
- pull_request pull_request:
schedule:
- cron: '0 6 * * *'
jobs: jobs: