Skip to content

Commit

Permalink
try this other one
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jun 25, 2024
1 parent aea85aa commit a75257a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/cache@v4
id: cache-datasets
with:
path: $HOME/spikeinterface_datasets/*
path: ~/spikeinterface_datasets/
key: ${{ runner.os }}-datasets-${{ steps.repo_hash.outputs.dataset_hash }}
lookup-only: 'true' # Avoids downloading the data, saving behavior is not affected.
- name: Cache found?
Expand Down

0 comments on commit a75257a

Please sign in to comment.