Skip to content

Commit 8416530

Browse files
authored
Update int.cloudbuild.yaml
1 parent e92d736 commit 8416530

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
@@ -35,7 +35,7 @@ steps:
3535
cat _changed_folders
3636
3737
# Do not prune if changing tests themselves
38-
_INFRA_FOLDERS="build/ test/"
38+
_INFRA_FOLDERS="build test .github"
3939
for d in _changed_folders; do
4040
if [[ "${_INFRA_FOLDERS}" =~ "$d" ]]; then
4141
echo "Infrastructure folders have changed; no tests will be pruned."

0 commit comments

Comments
 (0)