mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
Update gather_hubspot_data.yml
Testing changing config file to specify [runner group, runner]
This commit is contained in:
parent
2579322544
commit
fabe4fac6b
1 changed files with 2 additions and 4 deletions
6
.github/workflows/gather_hubspot_data.yml
vendored
6
.github/workflows/gather_hubspot_data.yml
vendored
|
|
@ -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
|
||||
"
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue