From 974a848091c2c1d6916c0a19795b45ce6ab2c478 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 12 Sep 2021 17:55:41 +0200 Subject: [PATCH] Update ci-testing.yml (#4770) --- .github/workflows/ci-testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 54b230a13e6b..3272c0316113 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -8,6 +8,8 @@ on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows pull_request: # The branches below must be a subset of the branches above branches: [master, develop] + schedule: + - cron: '0 0 * * *' # Runs at 00:00 UTC every day jobs: cpu-tests: