Skip to content

Commit 143ac51

Browse files
change ignore list
1 parent 1ca45d7 commit 143ac51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
while IFS= read -r skip_nb; do
3232
IGNORE_LIST+=("$skip_nb")
3333
done < .github/ignore-notebooks.txt
34+
35+
echo "All ignored notebooks: $IGNORE_LIST"
3436

3537
# 2) Filter out notebooks in CHANGED_NOTEBOOKS that match ignore patterns
3638
FILTERED_NBS=()

0 commit comments

Comments
 (0)