From 991c21f7fdeacef76ac08911d219435d89a1c119 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 22 Feb 2023 12:56:59 +0100 Subject: [PATCH] ci: do not add `ok-to-test` if CentOS jobs were successful Mergify does not add the `ok-to-test` label immediately anymore. But once the CentOS CI jobs have finished, the label still gets added. With the additional check, this should not be the case anymore. Signed-off-by: Niels de Vos --- .mergify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 9b5a2281a..730335411 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -52,6 +52,8 @@ pull_request_rules: - "check-pending=Queue: Embarked in merge train" - not: check-pending~=^ci/centos + - not: + status-success~=^ci/centos actions: label: add: