mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
month end
This commit is contained in:
parent
a862855e47
commit
10782a9b27
1 changed files with 2 additions and 5 deletions
7
.github/workflows/months_end.yml
vendored
7
.github/workflows/months_end.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue