Skip to content

Commit 7b36de3

Browse files
fix empty notebook array issue
1 parent 0afc506 commit 7b36de3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/ignore-notebooks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
doc2cache_llama3_1
33
semantic_caching_gemini
44
01_collaborative_filtering
5-
05_nvidia_ai_rag_redis
5+
05_nvidia_ai_rag_redis

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
# 2) Test each changed notebook in parallel
7373
# ---------------------------------------------------------
7474
test_notebooks:
75+
if: ${{ needs.gather_notebooks.outputs.notebooks != '[]' }}
7576
needs: gather_notebooks
7677
runs-on: ubuntu-latest
7778
strategy:

0 commit comments

Comments
 (0)