diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86357bdc7..9c731a543 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -253,6 +253,10 @@ package-app-dev:
 release-upload:
   stage: upload
   image: framasoft/yakforms-assets-deploy:latest
+  rules:
+    - if: '$CI_PROJECT_NAMESPACE != "framasoft"'
+      when: never
+    - if: $CI_COMMIT_TAG
   only:
     variables:
       - $CI_COMMIT_TAG
@@ -279,9 +283,10 @@ release-upload:
 release-create:
   stage: deploy
   image: registry.gitlab.com/gitlab-org/release-cli:latest
-  only:
-    variables:
-      - $CI_COMMIT_TAG
+  rules:
+    - if: '$CI_PROJECT_NAMESPACE != "framasoft"'
+      when: never
+    - if: $CI_COMMIT_TAG
   before_script:
     - apk --no-cache add awk sed grep
   script: |