From ecc513b969b00a116d3ffb0d286dc596b6251a72 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Wed, 20 Sep 2023 16:44:50 -0300 Subject: [PATCH] ci: run cppyy job more frequently --- utils/tests/gitlab-ci-cppyy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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