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 + "