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 0b4cb2f commit 521d508Copy full SHA for 521d508
build/int.cloudbuild.yaml
@@ -36,7 +36,7 @@ steps:
36
37
# Do not prune if changing tests themselves
38
set +e
39
- _build_changes=$(git diff --quiet origin/main build test .github/workflows)
+ _build_changes=$(git diff 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."
0 commit comments