diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 08822ca61d..620d1a31ea 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -117,7 +117,6 @@ jobs: git checkout go.mod go.sum - name: Check format difference - continue-on-error: true run: | if git diff --quiet --exit-code; then echo "Nothing updated"