Skip to content

Commit

Permalink
should not have updated the data that is cached...
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Jan 27, 2023
1 parent 8770ee6 commit 1c3dcc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v3
with:
path: test-datasets/
key: rnaseq3-test-data
key: rnaseq3_10-test-data

- name: Check out test data
if: steps.cache-testdata.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/cache@v3
with:
path: test-datasets/
key: rnaseq3-test-data
key: rnaseq3_10-test-data

- name: Check out test data
if: steps.cache-testdata.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
uses: actions/cache@v3
with:
path: test-datasets/
key: rnaseq3-test-data
key: rnaseq3_10-test-data

- name: Check out test data
if: steps.cache-testdata.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
uses: actions/cache@v3
with:
path: test-datasets/
key: rnaseq3-test-data
key: rnaseq3_10-test-data

- name: Check out test data
if: steps.cache-testdata.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
uses: actions/cache@v3
with:
path: test-datasets/
key: rnaseq3-test-data
key: rnaseq3_10-test-data

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

0 comments on commit 1c3dcc1

Please sign in to comment.