##// END OF EJS Templates
ci: automatically starts platform and py-version test for scheduled build...
marmoute -
r53399:9137b3d9 stable
parent child Browse files
Show More
@@ -85,6 +85,8 trigger-nightly-build:
85 extends: .trigger
85 extends: .trigger
86 stage: nightly-trigger
86 stage: nightly-trigger
87 rules:
87 rules:
88 - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
89 when: always
88 - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH
90 - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH
89 when: manual
91 when: manual
90 allow_failure: true
92 allow_failure: true
General Comments 0
You need to be logged in to leave comments. Login now