Skip to content

Commit 5f99004

Browse files
authored
Update int.cloudbuild.yaml
1 parent d569e8f commit 5f99004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ steps:
3939
while read d; do
4040
echo "${d%/}"
4141
echo "$_INFRA_FOLDERS"
42-
if [[ "${_INFRA_FOLDERS}" =~ "${d%/}" ]]; then
42+
if [[ "build test .github" =~ "${d%/}" ]]; then
4343
echo "Infrastructure folder ${d%/} has changed; no tests will be pruned."
4444
exit 0 # do not prune
4545
fi

0 commit comments

Comments
 (0)