From 1584c2169d5ce489298e44992c914593995f7dd3 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 27 Sep 2026 18:08:36 +1000 Subject: [PATCH] Drop obsolete vector-test status check from argocd-apps The vector-test pipeline is being removed from argocd-apps, so the context will never report again and would block every merge. --- config/git.unkin.net/unkin/repository/argocd-apps.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/git.unkin.net/unkin/repository/argocd-apps.yaml b/config/git.unkin.net/unkin/repository/argocd-apps.yaml index 4e3f06d..d118384 100644 --- a/config/git.unkin.net/unkin/repository/argocd-apps.yaml +++ b/config/git.unkin.net/unkin/repository/argocd-apps.yaml @@ -10,6 +10,5 @@ branch_protection: status_check_contexts: - "ci/woodpecker/pr/pre-commit" - "ci/woodpecker/pr/kubeconform" - - "ci/woodpecker/pr/vector-test" approval_whitelist_users: - "benvin"