diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1bda9980f87dcd8109d86171842bd6e8ddb65b64..95066797dcb13aa875fe9e927666225799a1698f 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: