From 843071400ba7b23fe39c0bf5ed1fadea15648c69 Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Wed, 8 Jul 2026 14:54:17 +0100 Subject: [PATCH] CI: Don't skip on format --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 78fd4130a..7997ca47e 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -52,6 +52,6 @@ jobs: - name: Push run: |- if [ -n "$(git status --porcelain)" ]; then - git commit . -m "Apply 'make format' [ci skip]" && + git commit . -m "Apply 'make format'" && git push origin fi