Skip to content

Commit 8c3add3

Browse files
committed
release.yml: Run armbian-test-image only on explicit request
1 parent 3ae97ea commit 8c3add3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
secrets: inherit
8383

8484
armbian-test-image:
85-
if: ${{ inputs.test_image_url != '' || ( github.event_name != 'workflow_dispatch' && !startsWith(github.ref_name, 'docker-') ) }}
85+
if: ${{ inputs.test_image_url != '' }}
8686
uses: ./.github/workflows/build-sd-images.yml
8787
with:
8888
git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}"

0 commit comments

Comments
 (0)