CI: Don't skip on format

This commit is contained in:
Geza Lore 2026-07-08 14:54:17 +01:00
parent 646dcd3838
commit 843071400b
1 changed files with 1 additions and 1 deletions

View File

@ -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