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 e92d736 commit 8416530Copy full SHA for 8416530
build/int.cloudbuild.yaml
@@ -35,7 +35,7 @@ steps:
35
cat _changed_folders
36
37
# Do not prune if changing tests themselves
38
- _INFRA_FOLDERS="build/ test/"
+ _INFRA_FOLDERS="build test .github"
39
for d in _changed_folders; do
40
if [[ "${_INFRA_FOLDERS}" =~ "$d" ]]; then
41
echo "Infrastructure folders have changed; no tests will be pruned."
0 commit comments