This is an automated email from the git hooks/post-receive script. New commit to branch master in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit e482d877b0d31e9bfad96db5aa3e37adbb55d56d Author: Andrés Maldonado <maldonado@codelutin.com> Date: Wed May 18 14:45:23 2022 +0200 Permettre le lancement des pipelines pages/cloudpages via l'interface web --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc8cbf7d..23573346 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,8 @@ pages: changes: - src/site/* when: always + - if: '$CI_PIPELINE_SOURCE == "web"' + when: always cloudpages-build-docker: extends: .cloudpages-build-docker @@ -79,6 +81,8 @@ cloudpages-build-docker: changes: - src/site/* when: always + - if: '$CI_PIPELINE_SOURCE == "web"' + when: always cloudpages-deploy: extends: .cloudpages-deploy @@ -87,3 +91,5 @@ cloudpages-deploy: changes: - src/site/* when: always + - if: '$CI_PIPELINE_SOURCE == "web"' + when: always -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.