From 197e645f6a07697e946a660e0dfc2077e2c14e97 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 21 Oct 2022 11:42:16 -0700 Subject: [PATCH] GitLab CI: Switch the RPM test jobs to the 2x-daily schedule. [skip ci] --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c7faa42b2..8fa255993e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,7 +155,7 @@ variables: .test-rpm: extends: .test-linux - rules: !reference [.if-merged] + rules: !reference [.if-2x-daily-schedule] .build-windows: stage: build