diff --git a/.github/workflows/format-and-fix.yml b/.github/workflows/format-and-fix.yml index 2e51c48fd5..f5c9f607ae 100644 --- a/.github/workflows/format-and-fix.yml +++ b/.github/workflows/format-and-fix.yml @@ -33,5 +33,5 @@ jobs: # actions/checkout fetches only a single commit in a detached HEAD state. Therefore # we need to pass the current branch, otherwise we can't commit the changes. # GITHUB_HEAD_REF is the name of the head branch. GitHub Actions only sets this for PRs. - - name: Commit & push - run: ./scripts/commit-formatted-code.sh ${{ steps.extract_branch.outputs.branch }} +# - name: Commit & push +# run: ./scripts/commit-formatted-code.sh ${{ steps.extract_branch.outputs.branch }}