We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6154616 commit 8915e5eCopy full SHA for 8915e5e
.github/workflows/npm-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
path: |
33
node_modules
34
- key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
+ key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-${{ hashFiles('.github/workflows/npm-publish.yml') }}
35
36
- name: Install all yarn packages
37
if: steps.cached-node_modules.outputs.cache-hit != 'true'
.github/workflows/performance.yml
@@ -35,7 +35,7 @@ jobs:
38
+ key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-${{ hashFiles('.github/workflows/performance.yml') }}
39
40
41
0 commit comments