From 2cf417e7664472d16eb35b45ae3c819bac096763 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 30 Apr 2025 19:46:02 +0200 Subject: [PATCH] fix --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a5cae16c..ead01d4ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -408,6 +408,7 @@ docker_store_images_changes: # works. See the following references # https://stackoverflow.com/questions/68955071/how-to-disable-detached-pipelines-in-gitlab # https://docs.gitlab.com/ee/ci/jobs/job_control.html#jobs-or-pipelines-run-unexpectedly-when-using-changes + rules: [] only: refs: - merge_requests -- GitLab