Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
# Do not prune if changing tests themselves
while read d; do
if [[ "build test .github" =~ "${d%/}" ]]; then
if [[ "build test .github/workflows" =~ "${d%/}" ]]; then
echo "Infrastructure folder ${d%/} has changed; no tests will be pruned."
exit 0 # do not prune
fi
Expand Down