Skip to content

GitHub Actions show pipeline failed with red cross while all jobs succeeded #26760

Answered by kuvaldini
kuvaldini asked this question in Actions
Discussion options

You must be logged in to vote

This is mine solution:

..........
    strategy:
      fail-fast: false
      matrix: ${{ fromJSON( needs.generate_matrixes.outputs.matrix_macos ) }}
    if: ${{ fromJSON( needs.generate_matrixes.outputs.matrix_macos ).include[0] }}
.........

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants