Skip to content

Commit

Permalink
Disable java check temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
twcclegg authored Jan 21, 2025
1 parent f469273 commit d8a42b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github-actions-metadata-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ FILES=$(getReleaseDelta google/libphonenumber "v${DEPLOYED_NUGET_TAG}" $UPSTREAM
if echo $FILES | grep '\.java'
then
echo "has java files, automatic update not possible"
exit 123
#exit 123
fi

if echo $FILES | grep 'proto'
Expand Down

0 comments on commit d8a42b2

Please sign in to comment.