From e67868fa19a4216c03f45ad1557d1ab139f128fb Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 13 Sep 2023 13:30:07 +0100 Subject: [PATCH] ci: Always set user container jobs to manual Don't require source changes to create the jobs, just create them always. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a11a8557c59..443e3e10ce7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -214,11 +214,8 @@ include: changes: *all_paths when: on_success - # Allow triggering jobs manually in other cases if any files affecting the - # pipeline were changed - - changes: - *all_paths - when: manual + # Allow triggering jobs manually in other cases + - when: manual # Otherwise, container jobs won't run because no rule matched. # Git archive