From e72a84c1c3090bad6bcf2c79bd1ec88a0a16f210 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Fri, 29 Nov 2024 11:53:26 +0100 Subject: [PATCH] test: Resolve issue with notebook location Reusable workflows must be in the workflows github folder Test COG-686 --- .../notebook.yml => workflows/reusable_notebook.yml} | 0 .github/workflows/test_notebook.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{reusable_workflows/notebook.yml => workflows/reusable_notebook.yml} (100%) diff --git a/.github/reusable_workflows/notebook.yml b/.github/workflows/reusable_notebook.yml similarity index 100% rename from .github/reusable_workflows/notebook.yml rename to .github/workflows/reusable_notebook.yml diff --git a/.github/workflows/test_notebook.yml b/.github/workflows/test_notebook.yml index f8ff86052..8d03c783c 100644 --- a/.github/workflows/test_notebook.yml +++ b/.github/workflows/test_notebook.yml @@ -14,7 +14,7 @@ concurrency: jobs: run_notebook_test: - uses: ./.github/reusable_workflows/notebook.yml + uses: ./.github/workflows/reusable_notebook.yml with: notebook-location: notebooks/cognee_demo.ipynb secrets: