From 59987e93d9ecbcff2639490783c961f8a3068318 Mon Sep 17 00:00:00 2001 From: Jun-te Kim <39764191+kimjunte@users.noreply.github.com> Date: Thu, 4 Dec 2025 19:54:12 +0000 Subject: [PATCH] Update hubspot_sync.yml --- .github/workflows/hubspot_sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hubspot_sync.yml b/.github/workflows/hubspot_sync.yml index 2bec11d..6c38cb6 100644 --- a/.github/workflows/hubspot_sync.yml +++ b/.github/workflows/hubspot_sync.yml @@ -2,7 +2,7 @@ name: Hubspot Sync on: schedule: - - cron: '0 6 * * *' # Every day at 06:00 UTC + - cron: '0 2 * * *' # Every day at 06:00 UTC workflow_dispatch: jobs: @@ -39,4 +39,4 @@ jobs: pwd ls -la poetry run python etl/hubSpotClient/scripts/hubspot_update_script.py - \ No newline at end of file +