This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 3449af7d605270d06ad8e814a60b3a8aac3855d0
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Tue Jul 9 16:34:40 2024 +0200

    Don't cache when building release candidates
---
 .github/workflows/build_release_candidate.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index eafbf369fe8..f944ce90c9f 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -51,8 +51,6 @@ on:
 
 env:
   DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
-  GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
-  GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
 
 jobs:
   publish_java_artifacts:
@@ -186,6 +184,7 @@ jobs:
         uses: ./.github/actions/setup-environment-action
         with:
           python-version: default
+          disable-cache: true
       - name: Import GPG key
         id: import_gpg
         uses: 
crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
@@ -435,8 +434,6 @@ jobs:
       - uses: actions/setup-go@v5
         with:
           go-version: '1.22'
-          cache-dependency-path: |
-             sdks/go.sum
       - name: Import GPG key
         id: import_gpg
         uses: 
crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549

Reply via email to