From 54722620748b9e0455aca24410c7a64d9c68b799 Mon Sep 17 00:00:00 2001
From: Kristian Klausen <kristian@klausen.dk>
Date: Mon, 30 Aug 2021 20:30:26 +0200
Subject: [PATCH] fix

---
 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1bda998..9506679 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,13 +24,6 @@ build:
 
 tag_release:
   stage: publish
-  tags:
-    - secure
-  only:
-    refs:
-      - schedules@archlinux/arch-boxes
-    variables:
-      - $SCHEDULED_PUBLISH == "TRUE"
   before_script:
     - pacman -Syu --needed --noconfirm release-cli jq
   variables:
-- 
GitLab