Skip to content

Commit 1d60619

Browse files
[github] Remove redundant CI action
1 parent 0b0cb87 commit 1d60619

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
with:
2020
python-version: 3.7
2121

22-
- uses: actions/checkout@v3
23-
with:
24-
repository: pinecone-io/pinecone-python-client
25-
ref: ''
26-
token: ${{ secrets.PAT }}
27-
path: pinecone-python-client
22+
# - uses: actions/checkout@v3
23+
# with:
24+
# repository: pinecone-io/pinecone-python-client
25+
# ref: ''
26+
# token: ${{ secrets.PAT }}
27+
# path: pinecone-python-client
2828

2929
- name: Set Python client production environment
3030
run: make set-production

0 commit comments

Comments
 (0)