# HG changeset patch # User Pierre-Yves David # Date 2024-12-13 23:55:08 # Node ID 9137b3d9da75e9d0089618e7bc5ce67a3b97c0c2 # Parent bcf6a219d235ec08fa784a7fda1316e7efa71a85 ci: automatically starts platform and py-version test for scheduled build The point of these nightly build is to catch error on case we do not systematically test. So we better test them. diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -85,6 +85,8 @@ trigger-nightly-build: extends: .trigger stage: nightly-trigger rules: + - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH && $CI_PIPELINE_SOURCE == "schedule" + when: always - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH when: manual allow_failure: true