From c3e42be0d1f789a2a18264e1f2920bc11220538a Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Wed, 19 Aug 2026 12:00:00 +0000 Subject: [PATCH] ci: the probe never ran - an API trigger has source api, not web Co-Authored-By: Claude Opus 5 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4957de5..e6b5c8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -209,7 +209,7 @@ canonize_wiki: canonize_token_test: image: alpine:3.20 rules: - - if: $CI_PIPELINE_SOURCE == "web" && $TEST_CANONIZE == "1" + - if: $TEST_CANONIZE == "1" # Quelle egal: die Variable ist der Schutz script: - apk add --no-cache git ca-certificates >/dev/null - export GIT_SSL_CAINFO="$CI_PROJECT_DIR/ci/lab-ca-chain.crt"