From 12db1992f0bffd617dbe6503906106d089ffa454 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 16 Dec 2025 11:22:36 +0000 Subject: [PATCH] only on workflows --- .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 acf89a1..bb18957 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: