From 9f0fdd79bdb92f2e86a9531383a7d73a69c7cebb Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 11 Aug 2019 14:14:22 +0200 Subject: [PATCH] Set 'build_no_lttng' job to scheduled only --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c6c64a..7338297 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,8 @@ build_disabled: <<: *global_artifacts build_no_lttng: + only: + - schedules image: $base_image_id:base script: - colcon build --symlink-install --packages-up-to $PACKAGES_LIST