Do not fail job if there are new copyright assignments
All checks were successful
Run unit tests / rubocop (pull_request) Successful in 1m18s
Run unit tests / check-licenses (pull_request) Successful in 1m20s
Run unit tests / copyright_notice (pull_request) Successful in 1m32s
Run unit tests / unit_tests (pull_request) Successful in 2m42s
Run unit tests / build-static-assets (pull_request) Successful in 10m50s

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

View File

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