diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index a31e9e6b..79714670 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -16,9 +16,6 @@ jobs: with: path: foo/bin key: foo-${{ hashFiles('foo/src/**') }} - restore-keys: | - foo - foo-bla - name: Write dummy file and save cache if needed if: steps.cache.outputs.cache-hit != 'true'