Skip to content

Commit

Permalink
GH-37971: [CI][Java] Don't use cache for nightly upload (#37980)
Browse files Browse the repository at this point in the history
### Rationale for this change

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.

### What changes are included in this PR?

Remove actions/cache.

### Are these changes tested?

No.

### Are there any user-facing changes?

No.
* Closes: #37971

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored Oct 3, 2023
1 parent 7667b81 commit 50de296
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 50de296

Please sign in to comment.