Skip to content

Commit da1e0a1

Browse files
committed
wip: temporarily disable cspell cache
1 parent c3b07cb commit da1e0a1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/cspell.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
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:
@@ -64,7 +65,7 @@ jobs:
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 .
@@ -90,9 +91,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)