Skip to content

Commit

Permalink
Merge branch 'manual_workflow' of https://github.com/opea-project/Gen…
Browse files Browse the repository at this point in the history
…AIComps into manual_workflow
  • Loading branch information
ZePan110 committed Aug 19, 2024
2 parents a66aa20 + 3c9ad20 commit b3214c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/manual-comps-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
get-test-matrix:
runs-on: ubuntu-latest
outputs:
services: "dataprep" #${{ steps.get-matrix.outputs.services }}
services: "dataprep" #${{ steps.get-matrix.outputs.services }}
# nodes: ${{ steps.get-matrix.outputs.nodes }}
names: "_pgvector" #${{ steps.get-matrix.outputs.names }}
names: "_pgvector" #${{ steps.get-matrix.outputs.names }}

# steps:
# - name: Create Matrix
Expand All @@ -73,9 +73,9 @@ jobs:
needs: [get-test-matrix]
strategy:
matrix:
service: "dataprep" # ${{ fromJson(needs.get-test-matrix.outputs.services) }}
service: "dataprep" # ${{ fromJson(needs.get-test-matrix.outputs.services) }}
# node: ${{ fromJson(needs.get-test-matrix.outputs.nodes) }}
name: "_pgvector" #${{ fromJson(needs.get-test-matrix.outputs.names }}
name: "_pgvector" #${{ fromJson(needs.get-test-matrix.outputs.names }}
fail-fast: false
uses: ./.github/workflows/_comps-workflow.yml
with:
Expand Down

0 comments on commit b3214c4

Please sign in to comment.