remove skip ci
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 16s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s
Updates Opensearch filters / update-opensearch-filters (pull_request) Successful in 9s

This commit is contained in:
2025-09-05 07:47:06 +00:00
parent ed2f5222a7
commit a03a87aa64

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