Skip to content

Commit d19898a

Browse files
committed
release.yml: Run armbian-test-image only on explicit request
1 parent cc3a68d commit d19898a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)