diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1674cc..813fa3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ refresh-elo: - git add public/elo-data.json - | if ! git diff --cached --quiet; then - git commit -m "data: refresh stat-check ELO rankings [skip ci]" + git commit -m "data: refresh stat-check ELO rankings" git push origin HEAD:main fi only: