From afa6d88e21a13f23b45431ef24227e67dd10ae2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 1 Oct 2019 16:42:33 +0200 Subject: [PATCH] Fix the triggering rule for autoreconf job (take 2) --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 367b04eaac..041f10cd36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,7 +132,7 @@ stages: stage: precheck .autoconf: &autoconf_job - <<: *default_triggering_rules + <<: *release_branch_triggering_rules <<: *debian_sid_amd64_image stage: precheck script: @@ -226,7 +226,6 @@ stages: # Jobs in the precheck stage autoreconf:sid:amd64: - <<: *release_branch_triggering_rules <<: *autoconf_job misc:sid:amd64: