From eaf26b5c9e32ba66ae5d4f0350bee2ac6e2a9105 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Fri, 29 Nov 2024 12:16:28 +0100 Subject: [PATCH] chore: Update github action regrading notebook Update github action related to jupyter notebook Chore COG-686 --- .github/workflows/reusable_notebook.yml | 4 ---- .github/workflows/test_notebook.yml | 1 - 2 files changed, 5 deletions(-) diff --git a/.github/workflows/reusable_notebook.yml b/.github/workflows/reusable_notebook.yml index 38f5980c8..e4bcfc14f 100644 --- a/.github/workflows/reusable_notebook.yml +++ b/.github/workflows/reusable_notebook.yml @@ -7,10 +7,6 @@ on: description: "Location of Jupyter notebook to run" required: true type: string - label-name: - description: "Name of the label triggering the event" - required: true - type: string secrets: GRAPHISTRY_USERNAME: required: true diff --git a/.github/workflows/test_notebook.yml b/.github/workflows/test_notebook.yml index f9387df40..8d03c783c 100644 --- a/.github/workflows/test_notebook.yml +++ b/.github/workflows/test_notebook.yml @@ -17,7 +17,6 @@ jobs: uses: ./.github/workflows/reusable_notebook.yml with: notebook-location: notebooks/cognee_demo.ipynb - label-name: ${{ github.event.label.name }} # Pass event information explicitly secrets: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}