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 508278e commit 1f250d5Copy full SHA for 1f250d5
sdk/build.sh
@@ -153,7 +153,7 @@ case $test_mode in
153
echo "ignoring 'pr' test mode because the commit message features 'run-all-tests: true'"
154
else
155
echo "running fewer tests because test mode is 'pr'"
156
- tag_filter="$tag_filter,-main-only"
+ tag_filter="${tag_filter}${tag_filter:+,}-main-only"
157
fi
158
;;
159
*)
0 commit comments