Skip to content

Commit 1f250d5

Browse files
fix
1 parent 508278e commit 1f250d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ case $test_mode in
153153
echo "ignoring 'pr' test mode because the commit message features 'run-all-tests: true'"
154154
else
155155
echo "running fewer tests because test mode is 'pr'"
156-
tag_filter="$tag_filter,-main-only"
156+
tag_filter="${tag_filter}${tag_filter:+,}-main-only"
157157
fi
158158
;;
159159
*)

0 commit comments

Comments
 (0)