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.
2 parents abf2643 + ca5bf6f commit 7a9cbe8Copy full SHA for 7a9cbe8
build/int.cloudbuild.yaml
@@ -36,7 +36,7 @@ steps:
36
37
# Do not prune if changing tests themselves
38
while read d; do
39
- if [[ "build test .github" =~ "${d%/}" ]]; then
+ if [[ "build test .github/workflows" =~ "${d%/}" ]]; then
40
echo "Infrastructure folder ${d%/} has changed; no tests will be pruned."
41
exit 0 # do not prune
42
fi
0 commit comments