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 dfab97b commit e234002Copy full SHA for e234002
.github/scripts/set_push_chunks.sh
@@ -71,6 +71,7 @@ CORE_CHANGED=$(check_files "${core_files[@]}")
71
LIB_CHANGED=$(check_files "${library_files[@]}")
72
LIB_FILES=$last_check_files
73
echo "Lib Files changed: $LIB_FILES"
74
+echo "last_check_files: $last_check_files"
75
NETWORKING_CHANGED=$(check_files "${networking_files[@]}")
76
FS_CHANGED=$(check_files "${fs_files[@]}")
77
STATIC_SKETCHES_CHANGED=$(check_files "${static_sketches_files[@]}")
0 commit comments