From a7377422f34e27a94330d246cd13733a165b4e55 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 19 Apr 2023 16:27:34 +0200 Subject: [PATCH] caches are being created, uff --- .github/workflows/caches_cron_job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/caches_cron_job.yml b/.github/workflows/caches_cron_job.yml index 75994b2b79..2ab38bc444 100644 --- a/.github/workflows/caches_cron_job.yml +++ b/.github/workflows/caches_cron_job.yml @@ -62,7 +62,7 @@ jobs: - uses: actions/cache@v3 id: cache-datasets with: - path: ~/spikeinterface_datasets # Hope this works at least for this + path: ~/spikeinterface_datasets key: ${{ runner.os }}-datasets-${{ steps.repo_hash.outputs.dataset_hash }} - name: Cache found? run: echo "Cache-hit == ${{steps.cache-datasets.outputs.cache-hit == 'true'}}"