Do not fail job if there are new copyright assignments

This commit is contained in:
Manuel Bustillo 2025-01-24 09:08:49 +01:00
parent 9724e19954
commit 140555ed68

@ -111,7 +111,6 @@ jobs:
echo "there are changes";
git commit -m "Add copyright notice"
git push
exit 1
else
echo "no changes";
fi