diff --git a/.gitlab-ci.astron.yml b/.gitlab-ci.astron.yml
index 23e6d23ec00257f81ab4619577862bd9563af9c4..ef99adada393e6261d18f85db7cf7cc010c01230 100644
--- a/.gitlab-ci.astron.yml
+++ b/.gitlab-ci.astron.yml
@@ -25,18 +25,3 @@ deploy-package-2204:
     - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
     - if: '$CI_COMMIT_TAG'
     - if: '$UPLOAD_PACKAGE'
-
-check-stack:
-  variables:
-    # Pass commit hash to downstream pipeline
-    EVERYBEAM_TRIGGER_HASH: $CI_COMMIT_SHA
-  stage: deploy
-  needs: []
-  trigger:
-    project: RD/schaap-stack
-    branch: master
-    # This will mirror the status of the downstream pipeline
-    strategy: depend
-  rules:
-    # Only add job during merge request event
-    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'