Merge pull request #82 from Hestia-Homes/feautre/adhoc_script_for_nick

month end
This commit is contained in:
Jun-te Kim 2025-09-05 11:52:15 +01:00 committed by GitHub
commit 7adc4775d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,9 @@ name: Months End
on:
schedule:
- cron: '0 7 29 * *' # Runs at 07:00 UTC on the 29th of every month
- cron: '0 7 * * 1' # Every Monday at 07:00 UTC
- cron: '0 7 29 * *' # On the 29th of every month at 07:00 UTC
workflow_dispatch:
push:
branches: [main, feature/month_end_automation_of_all]
jobs:
surveyed-needs-sign-off:
@ -32,11 +31,9 @@ jobs:
poetry run python etl/month_end_automation_wave_2_layout.py
poetry run python etl/month_end_automation_wave_2_no_3.py
poetry run python etl/month_end_automation_wave_2_no_4.py
# poetry run python etl/month_end_automation_wave_2_no_5.py
poetry run python etl/month_end_automation_wave_2_no_6.py
poetry run python etl/month_end_automation_wave_2_no_7.py
poetry run python etl/month_end_automation_wave_2_no_8.py
poetry run python etl/month_end_automation_wave_2_no_9.py
# poetry run python etl/month_end_automation_wave_2_no_10.py
poetry run python etl/month_end_automation_wave_2_no_11.py
poetry run python etl/month_end_automation_wave_2_no_12.py