Skip to content

Commit b6fb14a

Browse files
authored
Run all tests for .github/workflows
Files directly in .github/* are not related to code execution changes, but files in .github/workflows/* are. Prevents full test execution on changes to CODEOWNERS
1 parent 2419d04 commit b6fb14a

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
while read d; do
39-
if [[ "build test .github" =~ "${d%/}" ]]; then
39+
if [[ "build test .github/workflows" =~ "${d%/}" ]]; then
4040
echo "Infrastructure folder ${d%/} has changed; no tests will be pruned."
4141
exit 0 # do not prune
4242
fi

0 commit comments

Comments
 (0)