update ci-testing.yml with on: cron (#572)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
a91cdd2ead
commit
5414e53026
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue