Skip to content

Commit

Permalink
ci(llvm-releases): handle empty llvm releases matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Oct 5, 2024
1 parent f3b33a4 commit 5982cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ jobs:

llvm-releases:
needs: [ build, cpp-matrix ]

if: ${{ needs.cpp-matrix.outputs.llvm-matrix != '[]' && needs.cpp-matrix.outputs.llvm-matrix != '' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5982cc7

Please sign in to comment.