Skip to content

Commit 7a9cbe8

Browse files
authored
Merge branch 'main' into security-center
2 parents abf2643 + ca5bf6f commit 7a9cbe8

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
@@ -36,7 +36,7 @@ steps:
3636
3737
# Do not prune if changing tests themselves
3838
while read d; do
39-
if [[ "build test .github" =~ "${d%/}" ]]; then
39+
if [[ "build test .github/workflows" =~ "${d%/}" ]]; then
4040
echo "Infrastructure folder ${d%/} has changed; no tests will be pruned."
4141
exit 0 # do not prune
4242
fi

0 commit comments

Comments
 (0)