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: 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)