pinecone-io / pinecone-client

Apache License 2.0
12 stars 2 forks source link

Remove duplicate workflows directory #12

Closed jhamon closed 1 year ago

jhamon commented 1 year ago

Problem

The workflows/ directory is duplicating files in the .github/workflows directory, but these files don't actually have any effect in github actions.

Solution

Delete duplicate files.

Type of Change

Test Plan

Observe github actions still run on this branch even after these duplicate workflow files are removed.

igiloh-pinecone commented 1 year ago

@jhamon will review both PRs today. Sorry, hadn't had a chance yet 😬

jhamon commented 1 year ago

Landed this without passing tests because I didn't change any product code so I know the failing integration tests is unrelated.