Skip to content

Commit 3b79741

Browse files
committed
chore: Run if there are either handwritten modules or gRPC modules
1 parent ee4177b commit 3b79741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/nightly/downstream-protobuf-binary-compatibility.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
108108

109109
echo "Artifact List: ${artifact_list}"
110110
# Only run Linkage Checker if the repo has any relevant artifacts to test for
111-
if [ -n "${artifact_list}" ] && [ -n "${grpc_artifact_list}" ]; then
111+
if [ -n "${artifact_list}" ] || [ -n "${grpc_artifact_list}" ]; then
112112
# The `-s` argument filters the linkage check problems that stem from the artifact
113113
# There are two calls to Linkage Checker: 1. repo's handwritten modules 2. repo's gRPC modules
114114
# This is because mvn has a limit on the number of program arguments you can pass in

0 commit comments

Comments
 (0)