We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d802d commit 66a2d96Copy full SHA for 66a2d96
ci/inspect_changes.sh
@@ -83,8 +83,10 @@ 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="|"
- echo "(${subprojects[*]})/"
89
+ echo "(${exclusions[*]})/"
90
)
91
92
if dirty_files | grep -v -E "${subprojs_grep_expr}" | grep -q "."; then
0 commit comments