Skip to content

Commit 19ddd22

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/inspect_changes.sh

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ 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="|"
8789
echo "(${subprojects[*]})/"
8890
)

0 commit comments

Comments
 (0)