Skip to content

Commit 4cbd956

Browse files
committed
chore: prune cardano-node db on restore-key cache hit.
Signed-off-by: KtorZ <[email protected]>
1 parent cd621e2 commit 4cbd956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NightlySynchronization.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Remove old immutable chunks from the database, we don't need them and they make cache & on-disk system larger.
4848
- name: prune node db
49-
if: steps.cache.outputs.cache-hit == 'true'
49+
if: steps.cache.outputs.cache-hit == 'false'
5050
shell: bash
5151
working-directory: ${{ runner.temp }}/db-${{ matrix.network }}
5252
run: |

0 commit comments

Comments
 (0)