From 265785b2e6dab2491d54576f538ce691c854c845 Mon Sep 17 00:00:00 2001 From: Mohit Khatwani Date: Fri, 12 Jan 2024 18:48:29 +0000 Subject: [PATCH] Increase unit test schedule time --- .github/workflows/UnitTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/UnitTests.yml b/.github/workflows/UnitTests.yml index 30d9ad315..55b7747fb 100644 --- a/.github/workflows/UnitTests.yml +++ b/.github/workflows/UnitTests.yml @@ -23,8 +23,8 @@ on: branches: [ "main" ] workflow_dispatch: schedule: - # Run the job every 60 mins - - cron: '*/60 * * * *' + # Run the job every 2 hours + - cron: '*/120 * * * *' jobs: # IF YOU MODIFY THIS, YOU SHOULD ALSO ADD CORRESPONDING MODICATIONS TO 'gpu' job