Skip to content

Commit 521d508

Browse files
committed
output helps
1 parent 0b4cb2f commit 521d508

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
set +e
39-
_build_changes=$(git diff --quiet origin/main build test .github/workflows)
39+
_build_changes=$(git diff origin/main build test .github/workflows)
4040
set -e
4141
if [[ -n "${_build_changes}" ]]; then
4242
echo "Infrastructure folders have changed; no tests will be pruned."

0 commit comments

Comments
 (0)