From 16ebd09da8aab9cf5508efe124b05c09089ed8d0 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 5 Aug 2025 08:37:32 +0000 Subject: [PATCH 1/2] fix error --- etl/hubspot_surveyed_needs_sign_off.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etl/hubspot_surveyed_needs_sign_off.py b/etl/hubspot_surveyed_needs_sign_off.py index 6b5f48c..8cbb7e2 100644 --- a/etl/hubspot_surveyed_needs_sign_off.py +++ b/etl/hubspot_surveyed_needs_sign_off.py @@ -26,6 +26,7 @@ deals = hubspotClient.get_deals_from_deal_stage(DealStage.FILES_MISSING_FROM_ASS for deal in deals: hubspotClient.move_deals_to_different_stage([deal.deal_id], DealStage.SURVEYED_COMPLETED_SIGNED_OFF.value) + # Survyed_complete deals = hubspotClient.get_deals_from_deal_stage(DealStage.SURVEYED_COMPLETE_NEEDS_SIGN_OFF) From 20ae5762af838c30e6b90fb50bcd5da0edf16195 Mon Sep 17 00:00:00 2001 From: Jun-te kim Date: Fri, 8 Aug 2025 08:37:19 +0100 Subject: [PATCH 2/2] turn off script --- .github/workflows/hubspot_surveyed_needs_sign_off.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hubspot_surveyed_needs_sign_off.yml b/.github/workflows/hubspot_surveyed_needs_sign_off.yml index d990e23..cd4db7e 100644 --- a/.github/workflows/hubspot_surveyed_needs_sign_off.yml +++ b/.github/workflows/hubspot_surveyed_needs_sign_off.yml @@ -1,7 +1,7 @@ name: Surveyed Needs Sign Off Script on: schedule: - - cron: '0 17 * * 1-5' + # - cron: '0 17 * * 1-5' workflow_dispatch: jobs: