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

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/1/head
Glenn Jocher 5 years ago committed by GitHub
parent a91cdd2ead
commit 5414e53026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save