From e14aaf3b0094d48d2760b2f51207508e8aa98e7b Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Thu, 7 May 2026 16:54:46 -0400 Subject: [PATCH] Skip gitlab pipeline for GH MQ --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a21d0b0994..f149b4859c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,9 @@ workflow: auto_cancel: on_new_commit: interruptible rules: + # skip gitlab pipeline for github merge queue - we are currently using the datadog merge queue + - if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue\//' + when: never - if: '$CI_COMMIT_BRANCH == "master"' auto_cancel: on_new_commit: none