File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 CSPELL_CFG_HASH : ${{ hashFiles('.cspell/**') }}
5454
5555 - name : Restore cspell cache
56+ if : false # temporary
5657 id : cache
5758 uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # pin v6.1.0
5859 with :
6465 restore-keys : ${{ steps.cache-key.outputs.restore-keys }}
6566
6667 - name : Install required extra dictionaries
67- if : steps.cache.outputs.cache-hit != 'true'
68+ # if: steps.cache.outputs.cache-hit != 'true'
6869 id : installation
6970 run : |
7071 cp .cspell/package{,-lock}.json .
9091 RESULT : ${{ toJSON(steps.cspell.outputs) }}
9192
9293 - name : Save cspell cache
93- if : >-
94- steps.installation.outputs.previous-cache-hash != hashFiles('.cspellcache')
95- && contains(github.ref, 'gh-readonly-queue') != 'true'
94+ # if: >-
95+ # steps.installation.outputs.previous-cache-hash != hashFiles('.cspellcache')
96+ # && contains(github.ref, 'gh-readonly-queue') != 'true'
9697 uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # pin v6.1.0
9798 with :
9899 key : ${{ steps.cache-key.outputs.key }}
You can’t perform that action at this time.
0 commit comments