month end

This commit is contained in:
Jun-te Kim 2025-09-05 11:51:03 +01:00
parent a862855e47
commit 10782a9b27

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