diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 353240d61..c30a691ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,8 +100,8 @@ jobs: # TODO: Fix 32bit armbian images odroidxu4: - # if: ${{ inputs.sd-images || github.event_name != 'workflow_dispatch' }} - if: ${{ false }} + if: ${{ inputs.sd-images || ( github.event_name != 'workflow_dispatch' && !startsWith(github.ref_name, 'docker-') ) }} + #if: ${{ false }} uses: ./.github/workflows/build-sd-images.yml with: git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}" @@ -126,8 +126,8 @@ jobs: secrets: inherit # TODO: Fix 32bit armbian images bananapi: - #if: ${{ inputs.sd-images || github.event_name != 'workflow_dispatch' }} - if: ${{ false }} + if: ${{ inputs.sd-images || ( github.event_name != 'workflow_dispatch' && !startsWith(github.ref_name, 'docker-') ) }} + #if: ${{ false }} uses: ./.github/workflows/build-sd-images.yml with: git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}"