Skip to content

Commit

Permalink
Merge branch 'retriever_milvus' of https://github.com/letonghan/GenAI…
Browse files Browse the repository at this point in the history
…Comps into retriever_milvus
  • Loading branch information
letonghan committed Feb 13, 2025
2 parents 38c1402 + 64cdc59 commit afbc1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

image-build:
needs: get-build-matrix
if: ${{ fromJSON(needs.get-build-matrix.outputs.services).length != 0 }}
if: needs.get-build-matrix.outputs.services != '[]'
strategy:
matrix:
service: ${{ fromJSON(needs.get-build-matrix.outputs.services) }}
Expand Down

0 comments on commit afbc1d5

Please sign in to comment.