glenn-jocher commited on
Commit
b161edf
1 Parent(s): c3a93d7

Update ci-testing.yml (#4770)

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +2 -0
.github/workflows/ci-testing.yml CHANGED
@@ -8,6 +8,8 @@ on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows
8
  pull_request:
9
  # The branches below must be a subset of the branches above
10
  branches: [master, develop]
 
 
11
 
12
  jobs:
13
  cpu-tests:
 
8
  pull_request:
9
  # The branches below must be a subset of the branches above
10
  branches: [master, develop]
11
+ schedule:
12
+ - cron: '0 0 * * *' # Runs at 00:00 UTC every day
13
 
14
  jobs:
15
  cpu-tests: