Github action for generating desktops does not start (#3745)
This commit is contained in:
parent
05b9bb51fc
commit
3dbba8e8ea
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user