diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7e062557..8f802620 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -115,7 +115,7 @@ jobs: git config user.name "ci-bot" git config user.email "ci-bot@example.com" git add ci-reports/ - git commit -m "CI: update all test reports (HTML, XML, JSON, MD)" || echo "⚠️ Nothing to commit" + git commit -m "CI: update test report and coverage files" || echo "⚠️ Nothing to commit" echo "🚀 Pushing to branch 'testing_json' on slic.git..." git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.git HEAD:testing_json > push_main.log 2>&1 || {