Skip to content

Commit d8a42b2

Browse files
authored
Disable java check temporarily
1 parent f469273 commit d8a42b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github-actions-metadata-update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ FILES=$(getReleaseDelta google/libphonenumber "v${DEPLOYED_NUGET_TAG}" $UPSTREAM
8585
if echo $FILES | grep '\.java'
8686
then
8787
echo "has java files, automatic update not possible"
88-
exit 123
88+
#exit 123
8989
fi
9090

9191
if echo $FILES | grep 'proto'

0 commit comments

Comments
 (0)