From 567f59e44f22528a2dea8625fc344ce379fd571f Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Tue, 14 Apr 2026 16:40:31 -0400 Subject: [PATCH] Revert "fix preCommit Spotless rsync install (#38160)" This reverts commit dfe6bf351fdb6485784900f8eebd5a09acf6191b. --- .github/workflows/beam_PreCommit_Spotless.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/beam_PreCommit_Spotless.yml b/.github/workflows/beam_PreCommit_Spotless.yml index 06619d83f142..c9a58c900806 100644 --- a/.github/workflows/beam_PreCommit_Spotless.yml +++ b/.github/workflows/beam_PreCommit_Spotless.yml @@ -85,8 +85,6 @@ jobs: github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) - name: Setup environment uses: ./.github/actions/setup-environment-action - - name: Install rsync - run: sudo apt-get update && sudo apt-get install -y rsync - name: run Spotless PreCommit script uses: ./.github/actions/gradle-command-self-hosted-action with: