Skip to content

Commit

Permalink
apacheGH-37971: [CI][Java] Don't use cache for nightly upload
Browse files Browse the repository at this point in the history
It's too large (8.6 GB) and it's always re-created because it uses
github.run_id for key. It expires other caches soon.
  • Loading branch information
kou committed Oct 2, 2023
1 parent 7667b81 commit ac1ae50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/java_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ jobs:
fi
echo $PREFIX
archery crossbow download-artifacts -f java-jars -t binaries $PREFIX
- name: Cache Repo
uses: actions/cache@v3
with:
path: repo
key: java-nightly-${{ github.run_id }}
restore-keys: java-nightly
- name: Sync from Remote
uses: ./arrow/.github/actions/sync-nightlies
with:
Expand Down

0 comments on commit ac1ae50

Please sign in to comment.