From b76ae638462ab0f673e5915986070518dd3f9ad3 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 19 Aug 2021 09:08:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-2-stable-ee --- spec/crystalball_env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/crystalball_env.rb') diff --git a/spec/crystalball_env.rb b/spec/crystalball_env.rb index a7748cd6627..d606fe69cdf 100644 --- a/spec/crystalball_env.rb +++ b/spec/crystalball_env.rb @@ -6,7 +6,7 @@ module CrystalballEnv extend self def start! - return unless ENV['CRYSTALBALL'] && ENV['CI_PIPELINE_SOURCE'] == 'schedule' && ENV['FREQUENCY'] == '2-hourly' + return unless ENV['CRYSTALBALL'] require 'crystalball' require_relative '../tooling/lib/tooling/crystalball/coverage_lines_execution_detector' -- cgit v1.2.3