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 name: CI
on: on:
- push push:
- pull_request pull_request:
schedule:
- cron: '0 6 * * *'
jobs: jobs: