Skip to content
/ beam Public
forked from apache/beam

Commit

Permalink
Disable caching for one more workflow (apache#31744)
Browse files Browse the repository at this point in the history
* Disable caching for one more workflow

* Disable on setup-environment as well
  • Loading branch information
damccorm committed Jul 2, 2024
1 parent bf8afb8 commit 5805734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_python_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ permissions:

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:
set-properties:
Expand Down Expand Up @@ -65,6 +63,8 @@ jobs:
3.12
java-version: default
go-version: default
disable-cache: true

- name: Update Python Dependencies
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down

0 comments on commit 5805734

Please sign in to comment.