fix(actions): disk regeneration does not required a cached state (#8910)

This commit is contained in:
Gustavo Valverde 2024-10-04 14:51:13 +01:00 committed by GitHub
parent 689a77637b
commit 3bf4bc82d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ jobs:
get-disk-name:
name: Get disk name
uses: ./.github/workflows/sub-find-cached-disks.yml
if: ${{ inputs.needs_zebra_state || inputs.needs_lwd_state }}
with:
network: ${{ inputs.network || vars.ZCASH_NETWORK }}
disk_prefix: ${{ inputs.needs_lwd_state && 'lwd-cache' || inputs.needs_zebra_state && 'zebrad-cache' }}