From 85f6c8ed6cf5dfb972a8a84e6803d76d2dc2d066 Mon Sep 17 00:00:00 2001 From: Fotis Nikolaidis Date: Fri, 24 Nov 2023 18:33:53 +0200 Subject: [PATCH] fix ci path (#1397) Signed-off-by: Fotis Nikolaidis --- .github/workflows/ci_notebooks.yml | 4 ++-- docs/package-lock.json | 6 ------ package-lock.json | 6 ------ 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 docs/package-lock.json delete mode 100644 package-lock.json diff --git a/.github/workflows/ci_notebooks.yml b/.github/workflows/ci_notebooks.yml index fe2ef25008..9be8db7707 100644 --- a/.github/workflows/ci_notebooks.yml +++ b/.github/workflows/ci_notebooks.yml @@ -6,7 +6,7 @@ on: branches: - main paths: - - 'examples/**' + - 'examples/official-notebooks/**' # Nightly is needed to ensure that code and notebooks are interopeable schedule: - cron: "30 1 * * *" @@ -56,4 +56,4 @@ jobs: env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} run: | - make test_notebooks NOTEBOOKS=./examples + make test_notebooks NOTEBOOKS=./examples/official-notebooks diff --git a/docs/package-lock.json b/docs/package-lock.json deleted file mode 100644 index 6ab682576c..0000000000 --- a/docs/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "docs", - "lockfileVersion": 3, - "requires": true, - "packages": {} -} diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 679c88c107..0000000000 --- a/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "superduperdb", - "lockfileVersion": 3, - "requires": true, - "packages": {} -}