Merge pull request #20 from geerlingguy/daily-ci-cron

Add daily scheduled CI workflow run at 6 a.m. UTC.
This commit is contained in:
Jeff Geerling
2020-02-11 17:49:16 -06:00
committed by GitHub

View File

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