We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916ce3b commit 3d0243eCopy full SHA for 3d0243e
1 file changed
.github/actions/initialize-dspm/action.yml
@@ -19,9 +19,7 @@ runs:
19
uses: actions/cache/restore@v4
20
with:
21
path: ${{inputs.build-dir}}/dist
22
- key: ${{ runner.os }}-dspm-${{ inputs.ref }}-${{ github.sha }}
23
- restore-keys: |
24
- ${{ runner.os }}-dspm-${{ inputs.ref }}-
+ key: ${{ runner.os }}-dspm-${{ inputs.ref }}
25
26
- name: Checkout
27
if: steps.cache_dspm.outputs.cache-hit != 'true'
@@ -55,9 +53,10 @@ runs:
55
53
56
54
- name: Cache dspm executable
57
uses: actions/cache/save@v4
+ if: steps.cache_dspm.outputs.cache-hit != 'true'
58
59
60
61
62
- name: Output dspm path
63
working-directory: ${{ inputs.build-dir }}
0 commit comments