diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index e211fe0..758dc7c 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -8,6 +8,8 @@ on: jobs: gather_hubspot_data_and_upload_to_s3: runs-on: ubuntu-22.04 + timeout-minutes: 120 # <-- 2 hour timeout + steps: - uses: actions/checkout@v4