Skip to content

Commit

Permalink
fix(actions): run get-disk-name on all workflow events (#8942)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde authored Oct 17, 2024
1 parent cc78b6a commit a182ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-deploy-nodes-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
get-disk-name:
name: Get disk name
uses: ./.github/workflows/sub-find-cached-disks.yml
if: ${{ !inputs.no_cached_disk && github.event_name == 'workflow_dispatch' }}
if: ${{ !inputs.no_cached_disk }}
with:
network: ${{ inputs.network || vars.ZCASH_NETWORK }}
disk_prefix: zebrad-cache
Expand Down

0 comments on commit a182ffe

Please sign in to comment.