Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 1af7b26

Browse files
committed
Remove count data cache /nocache
1 parent 73a00ab commit 1af7b26

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/check-bioc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ jobs:
9595
install.packages('remotes')
9696
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
9797
shell: Rscript {0}
98-
99-
- name: Cache assay data
100-
uses: actions/cache@v3
101-
with:
102-
key: ${{ runner.os }}-hca-harmonised
103-
path: ~/.cache/hca_harmonised
10498

10599
- name: Cache R packages
106100
if: "!contains(github.event.head_commit.message, '/nocache') && runner.os != 'Linux'"

0 commit comments

Comments
 (0)