fix(actions): disk regeneration does not required a cached state (#8910)
This commit is contained in:
parent
689a77637b
commit
3bf4bc82d6
|
@ -113,6 +113,7 @@ jobs:
|
||||||
get-disk-name:
|
get-disk-name:
|
||||||
name: Get disk name
|
name: Get disk name
|
||||||
uses: ./.github/workflows/sub-find-cached-disks.yml
|
uses: ./.github/workflows/sub-find-cached-disks.yml
|
||||||
|
if: ${{ inputs.needs_zebra_state || inputs.needs_lwd_state }}
|
||||||
with:
|
with:
|
||||||
network: ${{ inputs.network || vars.ZCASH_NETWORK }}
|
network: ${{ inputs.network || vars.ZCASH_NETWORK }}
|
||||||
disk_prefix: ${{ inputs.needs_lwd_state && 'lwd-cache' || inputs.needs_zebra_state && 'zebrad-cache' }}
|
disk_prefix: ${{ inputs.needs_lwd_state && 'lwd-cache' || inputs.needs_zebra_state && 'zebrad-cache' }}
|
||||||
|
|
Loading…
Reference in New Issue