add a workflow button

This commit is contained in:
Jun-te Kim 2026-02-12 16:28:27 +00:00
parent 385a1b8e84
commit 51e910ce6e
2 changed files with 6 additions and 3 deletions

View file

@ -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:

View file

@ -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",
]
]