-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
5 additions
and
3,249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,10 @@ jobs: | |
run: | | ||
git config user.name "GitHub Actions Bot" | ||
git config user.email "[email protected]" | ||
if [ -n "$(git status --porcelain)" ]; then | ||
git add -A | ||
git commit -m "Auto-update by GitHub Actions" | ||
git push origin HEAD | ||
git add **/measure.xml | ||
if git diff --cached --quiet; then | ||
echo "No changes to measure.xml files. Skipping commit." | ||
else | ||
echo "No changes detected, skipping commit." | ||
git commit -m "Auto-update measure.xml files by GitHub Actions" | ||
git push origin HEAD | ||
fi |
Binary file removed
BIN
-6.28 KB
...asures/ConstrainSupplyAirTemperatureResetVerification/__pycache__/measure.cpython-310.pyc
Binary file not shown.
Binary file removed
BIN
-188 Bytes
...ConstrainSupplyAirTemperatureResetVerification/tests/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed
BIN
-4.41 KB
...rTemperatureResetVerification/tests/__pycache__/test_measure.cpython-310-pytest-7.4.4.pyc
Binary file not shown.
Binary file removed
BIN
-2.3 KB
lib/measures/GenerateConStrainReport/__pycache__/measure.cpython-310.pyc
Binary file not shown.
Binary file removed
BIN
-3.2 KB
lib/measures/GenerateConStrainReport/__pycache__/measure.cpython-312.pyc
Binary file not shown.
Binary file removed
BIN
-165 Bytes
lib/measures/GenerateConStrainReport/tests/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed
BIN
-3.28 KB
...sures/GenerateConStrainReport/tests/__pycache__/test_measure.cpython-310-pytest-7.4.4.pyc
Binary file not shown.
3,225 changes: 0 additions & 3,225 deletions
3,225
lib/measures/GenerateConStrainReport/tests/output/test_output.osm
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-5.94 KB
...sures/GenerateIPLVChillerElectricEIRPerformanceCurves/__pycache__/measure.cpython-310.pyc
Binary file not shown.
Binary file removed
BIN
-11.1 KB
...sures/GenerateIPLVChillerElectricEIRPerformanceCurves/__pycache__/measure.cpython-312.pyc
Binary file not shown.
Binary file removed
BIN
-189 Bytes
...enerateIPLVChillerElectricEIRPerformanceCurves/tests/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed
BIN
-7.1 KB
...rElectricEIRPerformanceCurves/tests/__pycache__/test_measure.cpython-310-pytest-7.4.4.pyc
Binary file not shown.
This file was deleted.
Oops, something went wrong.