diff --git a/deploy/deploy-feature-stop-downstream.yml b/deploy/deploy-feature-stop-downstream.yml index 9f19f2b..d2993bf 100644 --- a/deploy/deploy-feature-stop-downstream.yml +++ b/deploy/deploy-feature-stop-downstream.yml @@ -5,8 +5,6 @@ # XIMA Deployer Tools # deploy:feature:stop:downstream: - only: - - pipelines extends: - .ssh - .base-deploy @@ -17,6 +15,7 @@ deploy:feature:stop:downstream: when: never - if: '$CI_COMMIT_TAG != null' when: never + - if: '$CI_PIPELINE_SOURCE == "pipeline"' dependencies: [ ] variables: DEPLOYER_CONFIG_DATABASE_PASSWORD: $DB_PASSWORD_STAGE