Skip to content

Commit e14aaf3

Browse files
committed
Skip gitlab pipeline for GH MQ
1 parent 488e95c commit e14aaf3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ workflow:
7777
auto_cancel:
7878
on_new_commit: interruptible
7979
rules:
80+
# skip gitlab pipeline for github merge queue - we are currently using the datadog merge queue
81+
- if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue\//'
82+
when: never
8083
- if: '$CI_COMMIT_BRANCH == "master"'
8184
auto_cancel:
8285
on_new_commit: none

0 commit comments

Comments
 (0)