From 17c1a38a212629deba6b9dd9dc52806315f4f2b0 Mon Sep 17 00:00:00 2001 From: Chinelo Obitube <74656858+chinelo-obitube@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:25:38 +0100 Subject: [PATCH] CV2-4838-set-cronjob-for build (#1960) Co-authored-by: chinelo-obitube --- .github/workflows/{ci-tests.yaml => ci-tests.yml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{ci-tests.yaml => ci-tests.yml} (99%) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yml similarity index 99% rename from .github/workflows/ci-tests.yaml rename to .github/workflows/ci-tests.yml index 13b90ca1bb..13d55816a1 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yml @@ -1,6 +1,8 @@ name: Build and Run Tests on: + schedule: + - cron: '0 5 * * *' #Runs daily at 5 AM UTC push: branches: - master