Skip to content

Commit

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

### 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: apache#37971

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou authored and Jeremy Aguilon committed Oct 23, 2023
1 parent 0762844 commit 17a2bca
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 17a2bca

Please sign in to comment.