Further nesting of restore-keys so we can always save results

This commit is contained in:
Tom Parker-Shemilt 2021-05-05 22:58:01 +01:00
parent 48c7a6ced6
commit 6a317fd650

View file

@ -24,8 +24,9 @@ jobs:
- uses: pat-s/always-upload-cache@v2.1.3
with:
path: results/results.yaml
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ github.sha }}
restore-keys: |
results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-
results-${{ hashFiles('Cargo.lock') }}-
results-
- name: Build