diff --git a/utils/tests/gitlab-ci-cppyy.yml b/utils/tests/gitlab-ci-cppyy.yml index 17eb2b080..d1228e9d2 100644 --- a/utils/tests/gitlab-ci-cppyy.yml +++ b/utils/tests/gitlab-ci-cppyy.yml @@ -3,8 +3,9 @@ cppyy-22.04: image: ubuntu:22.04 # python 3.10 rules: - if: $RELEASE == "weekly" + - if: $RELEASE == "daily" + - if: $RELEASE == "manual" - if: $CI_PIPELINE_SOURCE == 'merge_request_event' - needs: ["weekly-slow-jobs"] dependencies: [] tags: - nsnam