From 8e05fa0aa319d74ca66eab817dfcf9f221f5c2a9 Mon Sep 17 00:00:00 2001 From: vianney Date: Mon, 12 Jan 2026 17:35:56 +0100 Subject: [PATCH 1/2] chore(ci): use dev branch --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db84f1d154..a51bc59962 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ variables: # These are gitlab variables so that it's easier to do a manual deploy - # If these are set witih value and description, then it gives you UI elements + # If these are set with value and description, then it gives you UI elements DOWNSTREAM_BRANCH: - value: "main" + value: "fetch-pr-labels-in-ci" description: "downstream jobs are triggered on this branch" include: From ae648c15f9e838532cfe50e932865aed4e56a1c8 Mon Sep 17 00:00:00 2001 From: vianney Date: Tue, 13 Jan 2026 15:01:37 +0100 Subject: [PATCH 2/2] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a51bc59962..dd0a91dd75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: # These are gitlab variables so that it's easier to do a manual deploy # If these are set with value and description, then it gives you UI elements DOWNSTREAM_BRANCH: - value: "fetch-pr-labels-in-ci" + value: "main" description: "downstream jobs are triggered on this branch" include: