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.
2 parents 73f099a + dfab97b commit c326ebfCopy full SHA for c326ebf
.github/scripts/set_push_chunks.sh
@@ -70,6 +70,7 @@ check_files() {
70
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
NETWORKING_CHANGED=$(check_files "${networking_files[@]}")
75
FS_CHANGED=$(check_files "${fs_files[@]}")
76
STATIC_SKETCHES_CHANGED=$(check_files "${static_sketches_files[@]}")
0 commit comments