From 7be4a27289f6d14faa8dfab550eb01403bd176f9 Mon Sep 17 00:00:00 2001
From: Matthew Pickering <matthewtpickering@gmail.com>
Date: Tue, 22 Aug 2023 08:54:25 +0100
Subject: [PATCH] ci: Remove manually triggered test-ci job

This doesn't work on slimmed down pipelines as the needed jobs don't
exist.

If you want to run test-primops then apply the label.
---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9039106df668..cf691fd7f4b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -848,10 +848,6 @@ release-hackage-lint:
       artifacts: false
   extends: .test-primops
 
-test-primops-validate:
-  extends: .test-primops-validate-template
-  when: manual
-
 test-primops-label:
   extends: .test-primops-validate-template
   rules:
-- 
GitLab