From 6f76a8151120047c47cbedec6048935ed9b8d85e Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 17 Dec 2025 13:52:01 +0000 Subject: [PATCH 1/2] see if that improved --- .github/workflows/gather_hubspot_data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index aea827a..b89eecb 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -1,8 +1,8 @@ name: Hubspot Data to S3 on: - # schedule: - # - cron: '30 17 * * *' + schedule: + - cron: '30 17 * * *' workflow_dispatch: jobs: From 6a3acd1c2bdb666602abb1a1229096b3b43ef364 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 17 Dec 2025 13:52:51 +0000 Subject: [PATCH 2/2] see if that improved --- .github/workflows/gather_hubspot_data.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index b89eecb..225646c 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -1,13 +1,13 @@ name: Hubspot Data to S3 on: - schedule: - - cron: '30 17 * * *' + # schedule: + # - cron: '30 17 * * *' workflow_dispatch: jobs: hubspot_raw_to_s3: - name: HubSpot → S3 (Operations) + name: HubSpot → S3 (Operations) runs-on: [self-hosted, mist] timeout-minutes: 4320