Skip to content

Commit

Permalink
fix: skip build recipe job if we don't have recipe names
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Jul 4, 2024
1 parent 4b0701c commit a961f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a961f58

Please sign in to comment.