Skip to content

Commit 1e0992d

Browse files
committed
Merge branch 'master' into results
2 parents e5379e1 + bdf113d commit 1e0992d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check-bioc.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ jobs:
107107
uses: actions/cache@v3
108108
with:
109109
path: ${{ env.R_LIBS_USER }}
110-
key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_16-r-4.2-${{ hashFiles('.github/depends.Rds') }}
111-
restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_16-r-4.2-
110+
key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-${{ runner.bioc }}-r-${{ runner.r }}-${{ hashFiles('.github/depends.Rds') }}
111+
restore-keys: ${{ env.cache-version }}-${{ runner.os }}-${{ runner.bioc }}-r-${{ runner.r }}-
112112

113113
- name: Cache R packages on Linux
114114
if: "!contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' "
115115
uses: actions/cache@v3
116116
with:
117117
path: /home/runner/work/_temp/Library
118-
key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_16-r-4.2-${{ hashFiles('.github/depends.Rds') }}
119-
restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_16-r-4.2-
118+
key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-${{ runner.bioc }}-r-${{ runner.r }}-${{ hashFiles('.github/depends.Rds') }}
119+
restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-${{ runner.bioc }}-r-${{ runner.r }}-
120120

121121
- name: Install Linux system dependencies
122122
if: runner.os == 'Linux'
@@ -314,7 +314,7 @@ jobs:
314314
if: failure()
315315
uses: actions/upload-artifact@master
316316
with:
317-
name: ${{ runner.os }}-biocversion-RELEASE_3_18-r-4.3-results
317+
name: ${{ runner.os }}-biocversion-${{ runner.bioc }}-r-${{ runner.r }}-results
318318
path: check
319319

320320
## Note that DOCKER_PASSWORD is really a token for your dockerhub

0 commit comments

Comments
 (0)