From b83f406c9163c01505a4e470ed684e03a3843743 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 2 Jun 2025 16:00:29 +0200 Subject: [PATCH] ci: inline the only anchor reference that was on its own line The way yaml works, this makes no difference in practice, it's just to be more consistent. Part-of: --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb72abe8316..4b45611a3cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -264,8 +264,7 @@ include: when: on_success # Same as above, but for pre-merge pipelines - if: *is-merge-request - changes: - *all_paths + changes: *all_paths when: manual # Skip everything for pre-merge and merge pipelines which don't change # anything in the build