diff --git a/.github/workflows/build-and-rebuild.yaml b/.github/workflows/build-and-rebuild.yaml index aac9cdd..5924dfe 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: