From 10512cf8a26ff25f179d813efbf8ad71cb5aebfb Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 3 Dec 2025 17:20:59 +0000 Subject: [PATCH] no timeout --- .github/workflows/gather_hubspot_data.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index 038e474..9c24e63 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -8,10 +8,6 @@ on: jobs: gather_hubspot_data_and_upload_to_s3: runs-on: [self-hosted, mist] - - timeout-minutes: 240 - - steps: - uses: actions/checkout@v4