From f4018e95df7a45517d04f5ad81cfa9341df2ba4c Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Sat, 21 Sep 2024 09:01:10 +0200 Subject: [PATCH] [ci] Disable ufz-bgr/hpc/tutorial pipeline. --- scripts/ci/pipelines/regular.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ci/pipelines/regular.yml b/scripts/ci/pipelines/regular.yml index cfc7735b7c4..8fdc940da96 100644 --- a/scripts/ci/pipelines/regular.yml +++ b/scripts/ci/pipelines/regular.yml @@ -34,7 +34,8 @@ wheels: - when: manual allow_failure: true -ufz-bgr/hpc/tutorial: +# disabled, downstream pipeline does not work currently +.ufz-bgr/hpc/tutorial: stage: check rules: - if: '$CI_COMMIT_BRANCH == "master"' -- GitLab