From ec0cc9f17ecea3b36a09c907bd61e09dfb119396 Mon Sep 17 00:00:00 2001 From: nichmor Date: Thu, 4 Jul 2024 12:13:53 +0300 Subject: [PATCH] fix: skip build recipe job if we don't have recipe names (#161) --- .github/workflows/build-and-rebuild.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-rebuild.yaml b/.github/workflows/build-and-rebuild.yaml index aac9cdd..8968b4a 100644 --- a/.github/workflows/build-and-rebuild.yaml +++ b/.github/workflows/build-and-rebuild.yaml @@ -108,6 +108,7 @@ jobs: build-and-rebuild-recipes: needs: generate-recipes name: ${{ matrix.recipe_name }}-${{ matrix.os }} + if: fromJson(needs.generate-recipes.outputs.recipe)[0] != null continue-on-error: true strategy: matrix: