We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afc506 commit 7b36de3Copy full SHA for 7b36de3
.github/ignore-notebooks.txt
@@ -2,4 +2,4 @@
2
doc2cache_llama3_1
3
semantic_caching_gemini
4
01_collaborative_filtering
5
-05_nvidia_ai_rag_redis
+05_nvidia_ai_rag_redis
.github/workflows/test.yml
@@ -72,6 +72,7 @@ jobs:
72
# 2) Test each changed notebook in parallel
73
# ---------------------------------------------------------
74
test_notebooks:
75
+ if: ${{ needs.gather_notebooks.outputs.notebooks != '[]' }}
76
needs: gather_notebooks
77
runs-on: ubuntu-latest
78
strategy:
0 commit comments