remove skip ci (#52)

Reviewed-on: #52
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: Tino Schreiber <tino.schreiber@t-systems.com>
Co-committed-by: Tino Schreiber <tino.schreiber@t-systems.com>
This commit is contained in:
2025-09-05 07:48:02 +00:00
committed by Gode, Sebastian
parent ed2f5222a7
commit 0a3520fefc

View File

@ -57,6 +57,6 @@ jobs:
if git diff --cached --quiet; then
echo "No changes to commit"
else
git commit -m "chore: update analytics data [skip ci]"
git commit -m "chore: update analytics data"
git push origin analytics-update --force
fi