We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d802d commit 19ddd22Copy full SHA for 19ddd22
ci/inspect_changes.sh
@@ -83,6 +83,8 @@ dirty_files() {
83
# Return 1 if any files outside of the subproject directories have changed
84
inspect_cccl() {
85
subprojs_grep_expr=$(
86
+ exclusions=("${subprojects[@]}")
87
+ exclusions+=("docs")
88
IFS="|"
89
echo "(${subprojects[*]})/"
90
)
0 commit comments