release.yml: Run armbian-test-image only on explicit request

This commit is contained in:
Tobias Knöppler 2025-11-08 11:47:51 +01:00
parent 3ae97ea31d
commit 8c3add3a2d

View File

@ -82,7 +82,7 @@ jobs:
secrets: inherit
armbian-test-image:
if: ${{ inputs.test_image_url != '' || ( github.event_name != 'workflow_dispatch' && !startsWith(github.ref_name, 'docker-') ) }}
if: ${{ inputs.test_image_url != '' }}
uses: ./.github/workflows/build-sd-images.yml
with:
git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}"