We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f35db5 commit 0b4cb2fCopy full SHA for 0b4cb2f
build/int.cloudbuild.yaml
@@ -35,7 +35,9 @@ steps:
35
cat _changed_folders
36
37
# Do not prune if changing tests themselves
38
+ set +e
39
_build_changes=$(git diff --quiet origin/main build test .github/workflows)
40
+ set -e
41
if [[ -n "${_build_changes}" ]]; then
42
echo "Infrastructure folders have changed; no tests will be pruned."
43
exit 0 # do not prune
0 commit comments