mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add a workflow button
This commit is contained in:
parent
385a1b8e84
commit
51e910ce6e
2 changed files with 6 additions and 3 deletions
1
.github/workflows/deploy_terraform.yml
vendored
1
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
- '.github/workflows/deploy_terraform.yml'
|
||||
- '.github/workflows/_build_image.yml'
|
||||
- '.github/workflows/_deploy_lambda.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
determine_stage:
|
||||
|
|
|
|||
|
|
@ -28,12 +28,12 @@ from sqlalchemy import func
|
|||
|
||||
# PORTFOLIO_ID = 206
|
||||
# SCENARIOS = [389]
|
||||
PORTFOLIO_ID = 476
|
||||
PORTFOLIO_ID = 561
|
||||
SCENARIOS = [
|
||||
953,
|
||||
1053,
|
||||
]
|
||||
scenario_names = {
|
||||
953: "All Properties, Most Economic",
|
||||
1053: "EPC C",
|
||||
}
|
||||
|
||||
project_name = "manchester"
|
||||
|
|
@ -286,6 +286,8 @@ for scenario_id in SCENARIOS:
|
|||
"current_sap_points",
|
||||
"total_floor_area",
|
||||
"number_of_rooms",
|
||||
"lodgement_date",
|
||||
"is_expired",
|
||||
"id",
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue