From ad1cb04287886253ab3f87070cf080730ff1427a Mon Sep 17 00:00:00 2001 From: Christian Zunker <827818+czunker@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:21:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Prevent=20error=20when=20no=20pr?= =?UTF-8?q?oviders=20are=20build=20(#2164)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Zunker --- .github/workflows/providers.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/providers.yaml b/.github/workflows/providers.yaml index a50c1034cc..11e1404e42 100644 --- a/.github/workflows/providers.yaml +++ b/.github/workflows/providers.yaml @@ -87,6 +87,7 @@ jobs: runs-on: self-hosted timeout-minutes: 120 needs: scoping + if: ${{ needs.scoping.outputs.build_list != '[]' }} strategy: fail-fast: false max-parallel: 2