From 0e33357b095a65cbe4deba09459da59668b50817 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@cea.fr> Date: Tue, 10 Dec 2024 07:57:51 +0000 Subject: [PATCH] [ci] automated release job does not need _manual_ check-opam --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cde597d..a331281 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,8 +95,6 @@ release: <<: *manual_template <<: *when_release stage: release - needs: - - check-opam variables: CI_MODE: "release" PLUGIN_FULL_NAME: "MetAcsl" -- GitLab