From 524e56145af884b3b5d6f6682ad0d65c6b72478c Mon Sep 17 00:00:00 2001 From: samsja Date: Mon, 17 Apr 2023 13:16:32 +0200 Subject: [PATCH 1/4] test ci Signed-off-by: samsja --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d86d6df1f71..bfa4bb5330f 100644 --- a/README.md +++ b/README.md @@ -740,7 +740,7 @@ Just like a vanilla Pydantic model! Click to expand If you came across DocArray as a universal vector database client, you can best think of it as **a new kind of ORM for vector databases**. - +www DocArray's job is to take multi-modal, nested and domain-specific data and to map it to a vector database, store it there, and thus make it searchable: From 192b89767ec2c3e204a9ccfcc20ef3b9f7d9fff5 Mon Sep 17 00:00:00 2001 From: samsja Date: Mon, 17 Apr 2023 13:20:50 +0200 Subject: [PATCH 2/4] test ci Signed-off-by: samsja --- .github/workflows/cd.yml | 1 + .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 35812a4c239..0ef90cc8630 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - tet-ci-2 jobs: success-all-test: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50bd5ed2b85..592bd633769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ on: inputs: config-path: type: string - pull_request: - types: [opened, synchronize, reopened] +# pull_request: +# types: [opened, synchronize, reopened] jobs: From 7471051cdf7a223e9e3b054e9c767adbe11175e9 Mon Sep 17 00:00:00 2001 From: samsja Date: Mon, 17 Apr 2023 13:26:35 +0200 Subject: [PATCH 3/4] test ci Signed-off-by: samsja --- .github/workflows/cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0ef90cc8630..441e01fbeba 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,7 +18,6 @@ jobs: fetch-depth: 100 - name: Pre-release (.devN) run: | - echo "hello" git fetch --depth=1 origin +refs/tags/*:refs/tags/* pip install twine wheel ./scripts/release.sh From f68b2e0278e1d988517cbe8c800206cc020ceb97 Mon Sep 17 00:00:00 2001 From: samsja Date: Mon, 17 Apr 2023 13:27:41 +0200 Subject: [PATCH 4/4] test ci Signed-off-by: samsja --- .github/workflows/cd.yml | 1 - .github/workflows/ci.yml | 4 ++-- README.md | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 441e01fbeba..cf99226cede 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - tet-ci-2 jobs: success-all-test: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 592bd633769..50bd5ed2b85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ on: inputs: config-path: type: string -# pull_request: -# types: [opened, synchronize, reopened] + pull_request: + types: [opened, synchronize, reopened] jobs: diff --git a/README.md b/README.md index bfa4bb5330f..4f2d84bd70f 100644 --- a/README.md +++ b/README.md @@ -740,7 +740,6 @@ Just like a vanilla Pydantic model! Click to expand If you came across DocArray as a universal vector database client, you can best think of it as **a new kind of ORM for vector databases**. -www DocArray's job is to take multi-modal, nested and domain-specific data and to map it to a vector database, store it there, and thus make it searchable: