diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 74e4a5113e..b2a75f439b 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -18,7 +18,6 @@ jobs: run: | pwd ls -a - git branch set -o pipefail git diff --exit-code | tee "clang-format.patch" - name: Upload patch