From 616839b81727edf8521b99d1ceef582ad0770f7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Sat, 13 Sep 2025 10:50:12 +0200 Subject: [PATCH] ci: Re-enable remote/s390x job. --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1f7e9ff..c32bbea3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,10 +151,7 @@ remote/s390x: - ssh -o 'StrictHostKeyChecking no' -i "$SSH_PRIVATE_KEY" "$S390X_ACCOUNT" "rm -rf ci-work/$CI_PIPELINE_IID" rules: - # For some reason, below condition doesn't disable job when - # variables are unset. So never run for now. - # - if: $SSH_PRIVATE_KEY != "" && $S390X_ACCOUNT != "" - - when: never + - if: $SSH_PRIVATE_KEY && $S390X_ACCOUNT tags: - amd64 -- 2.47.3