diff --git a/.github/workflows/caches_cron_job.yml b/.github/workflows/caches_cron_job.yml index 40f44cb5ec..e718b9f801 100644 --- a/.github/workflows/caches_cron_job.yml +++ b/.github/workflows/caches_cron_job.yml @@ -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?