Skip to content

Commit 66a2d96

Browse files
committed
Exclude docs from cccl infra changes.
[skip-tests]
1 parent 86d802d commit 66a2d96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/inspect_changes.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ dirty_files() {
8383
# Return 1 if any files outside of the subproject directories have changed
8484
inspect_cccl() {
8585
subprojs_grep_expr=$(
86+
exclusions=("${subprojects[@]}")
87+
exclusions+=("docs")
8688
IFS="|"
87-
echo "(${subprojects[*]})/"
89+
echo "(${exclusions[*]})/"
8890
)
8991

9092
if dirty_files | grep -v -E "${subprojs_grep_expr}" | grep -q "."; then

0 commit comments

Comments
 (0)