# HG changeset patch
# User Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com>
# Date 1710393484 0
#      Thu Mar 14 05:18:04 2024 +0000
# Node ID af3bf38f607b1dc48bcd5c32c0935dc28f5901c1
# Parent  4e55d6645c4c1e39ea201260565057b7aef4837e
Run danger job on docs pipelines

diff --git a/gitlab-ci-config/gitlab-com.yml b/gitlab-ci-config/gitlab-com.yml
--- a/gitlab-ci-config/gitlab-com.yml
+++ b/gitlab-ci-config/gitlab-com.yml
@@ -405,6 +405,7 @@
     BUNDLE_WITH: "danger"
   rules:
     - if: '$PIPELINE_TYPE =~ /_MR_PIPELINE$/'
+    - if: '$PIPELINE_TYPE == "DOCS_PIPELINE"'
 
 Centos 7 knapsack: !reference [.knapsack]
 AlmaLinux 8 knapsack: !reference [.knapsack]