From fabe4fac6bd22123ed22944135c91802a6606dc7 Mon Sep 17 00:00:00 2001 From: KhalimCK Date: Mon, 24 Nov 2025 14:56:27 +0000 Subject: [PATCH] Update gather_hubspot_data.yml Testing changing config file to specify [runner group, runner] --- .github/workflows/gather_hubspot_data.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index 29c994c..0519b66 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -7,9 +7,7 @@ on: jobs: gather_hubspot_data_and_upload_to_s3: - runs-on: - group: self-hosted - labels: mist + runs-on: [self-hosted, mist] timeout-minutes: 120 # <-- 2 hour timeout @@ -32,4 +30,4 @@ jobs: bash -c " poetry install && poetry run python src/dashboard/scripts/hubspot_to_s3.py - " \ No newline at end of file + "