We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5251d commit 4645750Copy full SHA for 4645750
.github/workflows/build.yml
@@ -179,6 +179,8 @@ jobs:
179
with:
180
path: node_modules/.cache/nx
181
key: nx-${{ runner.os }}-${{ github.ref }}-${{ env.HEAD_COMMIT }}
182
+ # GH will use the first restore-key it finds that matches
183
+ # So it will start by looking for one from the same branch, else take the newest one it can find elsewhere
184
restore-keys: |
185
nx-${{ runner.os }}-${{ github.ref }}-${{ env.HEAD_COMMIT }}
186
nx-${{ runner.os }}-${{ github.ref }}
0 commit comments