Github action for generating desktops does not start (#3745)

This commit is contained in:
Igor Pečovnik 2022-05-03 08:01:43 +02:00 committed by GitHub
parent 05b9bb51fc
commit 3dbba8e8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ on:
jobs:
Maintain:
if: ${{ github.repository_owner == 'Armbian' && contains( github.event.pull_request.labels.*.name, 'desktop') }}
if: ${{ github.repository_owner == 'Armbian' && contains( github.event.pull_request.labels.*.name, 'Desktop :desktop_computer:') }}
uses: armbian/scripts/.github/workflows/build-test-image-docker.yml@master
with: