Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ignore-notebooks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
doc2cache_llama3_1
semantic_caching_gemini
01_collaborative_filtering
05_nvidia_ai_rag_redis
05_nvidia_ai_rag_redis
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
# 2) Test each changed notebook in parallel
# ---------------------------------------------------------
test_notebooks:
if: ${{ needs.gather_notebooks.outputs.notebooks != '[]' }}
needs: gather_notebooks
runs-on: ubuntu-latest
strategy:
Expand Down
Loading