Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,9 @@ website:build: url: https://saref.etsi.org/ when: manual rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: '$CI_PIPELINE_SOURCE == "schedule"' when: always - when: manual website:publish: stage: website Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,9 @@ website:build: url: https://saref.etsi.org/ when: manual rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: '$CI_PIPELINE_SOURCE == "schedule"' when: always - when: manual website:publish: stage: website Loading