Make CI task to not fail but just skip
The GitLab CI pipeline is currently failing the last step if the DEPLOY trigger variable is not true, and this causes an email to be sent to the owner of the repo to inform him of the failure. It might be better to just skip the deployment via an if statement and exit with success.