From 1d606195e1931ae724a12781ce68e106c18b366a Mon Sep 17 00:00:00 2001 From: ilai Date: Wed, 22 Feb 2023 19:00:24 +0200 Subject: [PATCH] [github] Remove redundant CI action --- .github/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bcd29c8d..0de6a3db 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,12 +19,12 @@ jobs: with: python-version: 3.7 - - uses: actions/checkout@v3 - with: - repository: pinecone-io/pinecone-python-client - ref: '' - token: ${{ secrets.PAT }} - path: pinecone-python-client +# - uses: actions/checkout@v3 +# with: +# repository: pinecone-io/pinecone-python-client +# ref: '' +# token: ${{ secrets.PAT }} +# path: pinecone-python-client - name: Set Python client production environment run: make set-production