fix(ci): Always push after commit in perf-report

This commit is contained in:
russell@unturf.com 2026-01-18 15:41:09 -05:00
parent 7dba5ff07a
commit 8e133604c0

View file

@ -266,8 +266,8 @@ perf-report:
- git checkout main
- git pull origin main --rebase
- git add reports/
- git diff --cached --quiet || git commit -m "perf - Add performance report for $CI_COMMIT_TAG [ci skip]"
- git diff --cached --quiet || git push origin main
- git diff --cached --quiet && echo "No changes to commit" || git commit -m "perf - Add performance report for $CI_COMMIT_TAG [ci skip]"
- git push origin main || echo "Nothing to push"
- echo "Done"
artifacts:
paths: