Update gather_hubspot_data.yml

Testing changing config file to specify [runner group, runner]
This commit is contained in:
KhalimCK 2025-11-24 14:56:27 +00:00 committed by GitHub
parent 2579322544
commit fabe4fac6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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