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 108c891 commit aae835eCopy full SHA for aae835e
.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 "last_check_files: $last_check_files"
74
echo "Lib Files changed: $LIB_FILES"
75
NETWORKING_CHANGED=$(check_files "${networking_files[@]}")
76
FS_CHANGED=$(check_files "${fs_files[@]}")
0 commit comments