From 99be4edfd1569ceb043f41e85c1d9c410f52c38b Mon Sep 17 00:00:00 2001 From: saikumar-vs <112166980+saikumar-vs@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:37:38 +0530 Subject: [PATCH] Update v3-cron-fb-daily.yml (#732) Adjust cron timing after testing --- .github/workflows/v3-cron-fb-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/v3-cron-fb-daily.yml b/.github/workflows/v3-cron-fb-daily.yml index 6f8ad9a3..ea91165c 100644 --- a/.github/workflows/v3-cron-fb-daily.yml +++ b/.github/workflows/v3-cron-fb-daily.yml @@ -2,7 +2,7 @@ name: V3 Daily Cron on: schedule: - - cron: '0 * * * *' + - cron: '0 0 * * *' workflow_dispatch: inputs: pmm_ui_tests_branch: