make it so sales script runs everydya too

This commit is contained in:
Jun-te Kim 2025-12-11 14:34:10 +00:00
parent 4f992e51eb
commit 36666423b8

View file

@ -27,4 +27,5 @@ jobs:
bash -c "
poetry install &&
poetry run python src/dashboard/scripts/hubspot_to_s3.py
poetry run python src/dashboard/scripts/hubspot_to_s3_sales_forecast.py
"