Skip to content

Commit

Permalink
fix ci path (#1397)
Browse files Browse the repository at this point in the history
Signed-off-by: Fotis Nikolaidis <[email protected]>
  • Loading branch information
fnikolai authored Nov 24, 2023
1 parent 2e88399 commit 85f6c8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *"
Expand Down Expand Up @@ -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
6 changes: 0 additions & 6 deletions docs/package-lock.json

This file was deleted.

6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit 85f6c8e

Please sign in to comment.