diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index d0254d6..478fe38 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -7,7 +7,11 @@ on: jobs: gather_hubspot_data_and_upload_to_s3: - runs-on: ubuntu-22.04 + runs-on: + group: self-hosted + labels: + - mist # required for all self-hosted runners + timeout-minutes: 120 # <-- 2 hour timeout