Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2024
1 parent 6eac901 commit 3c9ad20
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 3c9ad20

Please sign in to comment.