From f88b5a85964c5fa87710884eef0d5bc4dbbba210 Mon Sep 17 00:00:00 2001 From: Jens Kutzsche Date: Fri, 19 Nov 2021 23:35:18 +0100 Subject: [PATCH] chore: test for edit tag array 6 --- .github/workflows/client_develop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/client_develop.yml b/.github/workflows/client_develop.yml index 6d51a01b3..f80f555b9 100644 --- a/.github/workflows/client_develop.yml +++ b/.github/workflows/client_develop.yml @@ -63,6 +63,7 @@ jobs: determine_tag: name: Determines Image Tag needs: determine_images + if: ${{ needs.determine_images.outputs.images != '' }} runs-on: ubuntu-latest # Map a step output to a job output outputs: