From 6314edd2c8a1a2091995cd55c1befdae694aef10 Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Sat, 12 Oct 2024 02:16:46 +0800 Subject: [PATCH] revert --- .github/workflows/coordinator.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/coordinator.yml b/.github/workflows/coordinator.yml index ceb2b6286c..602dd210a5 100644 --- a/.github/workflows/coordinator.yml +++ b/.github/workflows/coordinator.yml @@ -70,14 +70,7 @@ jobs: working-directory: 'coordinator' run: | if [ -n "$(git status --porcelain)" ]; then - echo "Error: Detected uncommitted changes after running goimports and go mod tidy" - echo "The following files have been modified:" - git status --porcelain - echo "Diff of changes:" - git diff exit 1 - else - echo "No changes detected. All files are properly formatted and modules are tidy." fi # docker-build: # if: github.event.pull_request.draft == false