From ae91db5aead0a68440312ba9837ea699902660ce Mon Sep 17 00:00:00 2001 From: Anna Tsolakou Date: Tue, 24 Sep 2024 10:24:42 +0200 Subject: [PATCH] delete ai plugin workflow --- .github/workflows/update-db.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/update-db.yml diff --git a/.github/workflows/update-db.yml b/.github/workflows/update-db.yml deleted file mode 100644 index 014b3339..00000000 --- a/.github/workflows/update-db.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: updatedb -on: - push: - branches: [ master ] -env: - ENDPOINT_URL: ${{ secrets.ENDPOINT_URL }} - BEARER_TOKEN: ${{ secrets.BEARER_TOKEN }} -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: [ "3.10" ] - steps: - - uses: actions/checkout@v3 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python-version }} - - name: Install requirements - run: pip install -r .github/requirements.txt - - name: Update Pinecone database - run: python .github/update_db.py