update ci-testing.yml with on: cron (#572)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2020-07-30 14:41:50 -07:00 committed by GitHub
parent a91cdd2ead
commit 5414e53026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 87 additions and 84 deletions

View File

@ -1,7 +1,10 @@
name: CI CPU testing name: CI CPU testing
# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows
on: [push, pull_request] push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs: jobs:
cpu-tests: cpu-tests: