From 5f35c39cafb8b173669980c3fa31fb0a7c1e66fe Mon Sep 17 00:00:00 2001 From: mandalore Date: Mon, 29 Jun 2026 00:18:30 -0500 Subject: [PATCH] ci: allow refresh-elo commit to trigger build and deploy Co-Authored-By: Claude Sonnet 4.6 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: