diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml
index bbcf174d04..96a01dc632 100644
--- a/zuul.d/pipelines.yaml
+++ b/zuul.d/pipelines.yaml
@@ -154,8 +154,6 @@
 
 - pipeline:
     name: pre-release
-    # NOTE(mordred): pre-release pipeline needs access to credentials (eg: pypi).
-    post-review: true
     description: When a commit is tagged with a pre-release tag, this pipeline runs jobs that publish archives and documentation.
     manager: independent
     precedence: high
@@ -175,8 +173,6 @@
 
 - pipeline:
     name: release
-    # NOTE(pabelanger): release pipeline needs access to credentials (eg: pypi).
-    post-review: true
     description: When a commit is tagged as a release, this pipeline runs jobs that publish archives and documentation.
     manager: independent
     precedence: high