We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd621e2 commit 4cbd956Copy full SHA for 4cbd956
.github/workflows/NightlySynchronization.yml
@@ -46,7 +46,7 @@ jobs:
46
47
# Remove old immutable chunks from the database, we don't need them and they make cache & on-disk system larger.
48
- name: prune node db
49
- if: steps.cache.outputs.cache-hit == 'true'
+ if: steps.cache.outputs.cache-hit == 'false'
50
shell: bash
51
working-directory: ${{ runner.temp }}/db-${{ matrix.network }}
52
run: |
0 commit comments