Running integration daily

Integration test runner works! Changing from 15 minute runtime to once daily.
This commit is contained in:
Alex Stephen 2020-01-06 14:38:09 -08:00 committed by GitHub
parent 9ac5a37af1
commit d0d12d1715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ name: Ansible Integration Test Runner
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '*/15 * * * *'
- cron: '0 1 * * *'
jobs:
build: