From 21f6deee04f5653a1144d2388952f9138de12a48 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 26 Jul 2023 00:15:51 -0700 Subject: [PATCH] Fix publishWindows (#9042) --- .github/workflows/publish-smoke-test-fake-backend-images.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish-smoke-test-fake-backend-images.yml b/.github/workflows/publish-smoke-test-fake-backend-images.yml index 8e9d1d3799..d429219f63 100644 --- a/.github/workflows/publish-smoke-test-fake-backend-images.yml +++ b/.github/workflows/publish-smoke-test-fake-backend-images.yml @@ -50,9 +50,6 @@ jobs: - uses: actions/checkout@v3 - - name: Free disk space - run: .github/scripts/gha-free-disk-space.sh - - name: Set up JDK for running Gradle uses: actions/setup-java@v3 with: