mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
release.yml: Run armbian-test-image only on explicit request
This commit is contained in:
parent
3ae97ea31d
commit
8c3add3a2d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user