Skip to content

Commit

Permalink
fix(actions): disk regeneration does not required a cached state (#8910)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde authored Oct 4, 2024
1 parent 689a776 commit 3bf4bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sub-deploy-integration-tests-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 3bf4bc8

Please sign in to comment.