remove skip ci #52

Merged
sgode merged 1 commits from tischrei-patch-5 into main 2025-09-05 07:48:03 +00:00
Showing only changes of commit a03a87aa64 - Show all commits

View File

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