diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index e027c7a04..eefc544a1 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -38,11 +38,11 @@ jobs: ./configure make venv source .venv/bin/activate - make -j 2 format CLANGFORMAT=clang-format-18 + make -j 4 format CLANGFORMAT=clang-format-18 git status - name: Push run: |- if [ -n "$(git status --porcelain)" ]; then - git commit . -m "Apply 'make format'" && + git commit . -m "Apply 'make format' [ci skip]" && git push origin fi