We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a924d9 commit 98dbe8eCopy full SHA for 98dbe8e
1 file changed
.gitlab-ci.yml
@@ -77,6 +77,9 @@ workflow:
77
auto_cancel:
78
on_new_commit: interruptible
79
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
83
- if: '$CI_COMMIT_BRANCH == "master"'
84
85
on_new_commit: none
0 commit comments