Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Jun 28, 2024
1 parent 4778e91 commit ffe5c3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions workflows/Annual Building Energy Simulation.osw
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
}
},
{
"measure_dir_name": "import_gbxml",
"measure_dir_name": "gbxml_import",
"name": "ImportGbxml",
"arguments": {
"gbxml_file_name": "analysis.xml"
}
},
{
"measure_dir_name": "advanced_import_gbxml",
"measure_dir_name": "gbxml_import_advanced",
"name": "Advanced Import Gbxml",
"arguments": {
"gbxml_file_name": "analysis.xml"
}
},
{
"measure_dir_name": "gbxml_hvac_import",
"measure_dir_name": "gbxml_import_import",
"name": "GBXML HVAC Import",
"arguments": {
"gbxml_file_name": "analysis.xml"
Expand Down
6 changes: 3 additions & 3 deletions workflows/HVAC Systems Loads and Sizing.osw
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
}
},
{
"measure_dir_name": "import_gbxml",
"measure_dir_name": "gbxml_import",
"name": "ImportGbxml",
"arguments": {
"gbxml_file_name": "analysis.xml"
}
},
{
"measure_dir_name": "advanced_import_gbxml",
"measure_dir_name": "gbxml_import_advanced",
"name": "Advanced Import Gbxml",
"arguments": {
"gbxml_file_name": "analysis.xml"
}
},
{
"measure_dir_name": "gbxml_hvac_import",
"measure_dir_name": "gbxml_import_hvac",
"name": "GBXML HVAC Import",
"arguments": {
"gbxml_file_name": "analysis.xml"
Expand Down

0 comments on commit ffe5c3c

Please sign in to comment.