From 282c77c84c05b31413c7d61f599a5218e7633401 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 9 Nov 2023 13:29:52 +0100 Subject: [PATCH] .murdock: clarify `is_merge_queue_build()` help text --- .murdock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.murdock b/.murdock index 3484193e32..b625b96ddc 100755 --- a/.murdock +++ b/.murdock @@ -186,8 +186,7 @@ startswith() { esac } -# this function returns 0 when this is build is building one of the two merge -# queue branches ("staging" or "trying", 1 otherwise. +# this function returns 0 when this build is building a merge queue branch. is_merge_queue_build() { startswith "gh-readonly-queue/" "${CI_BUILD_BRANCH}" }