From 9cbc815fbc8586dd677b84c96b56bbdb63d372bd Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sat, 15 Apr 2023 01:52:58 +0100 Subject: [PATCH] ci: No manual run of containers --- .gitlab-ci/ci-rules.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci/ci-rules.yml b/.gitlab-ci/ci-rules.yml index 315c2c0a9..ce111d516 100644 --- a/.gitlab-ci/ci-rules.yml +++ b/.gitlab-ci/ci-rules.yml @@ -52,8 +52,9 @@ *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 + # pipeline were changed: Disabled for now because it causes the pipeline on + # main to be blocked because it gets stuck in the container stage. + #- changes: + # *all_paths + # when: manual # Otherwise, container jobs won't run because no rule matched.