From 04a7cb33dd91b2ff6d9c647546b1d8410555fc0a Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 24 Nov 2025 13:36:45 +0000 Subject: [PATCH] added mist --- .github/workflows/gather_hubspot_data.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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