Skip to content

Commit 1333a7a

Browse files
committed
fixup
1 parent d010be3 commit 1333a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/cache@v3
154154
with:
155155
path: test-datasets/
156-
key: rnaseq-${{ steps.hash_workspace.outputs.digest }}
156+
key: ${{ steps.hash_workspace.outputs.digest }}
157157

158158
- name: Check out test data
159159
if: steps.cache-testdata.outputs.cache-hit != 'true'
@@ -204,7 +204,7 @@ jobs:
204204
uses: actions/cache@v3
205205
with:
206206
path: test-datasets/
207-
key: rnaseq-${{ steps.hash_workspace.outputs.digest }}
207+
key: ${{ steps.hash_workspace.outputs.digest }}
208208

209209
- name: Check out test data
210210
if: steps.cache-testdata.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)