From a6edac376405ac0f3cf0ced7d85f0939b05006e7 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Tue, 18 Jul 2023 01:08:19 +0200 Subject: [PATCH] ci/microsoft: when re-enabling Windows Farm, always run the container Otherwise, Marge queue has to wait for someone manually trigger it. Fixes: d3b66356 ("ci/microsoft: partly revert rename from container-rules to manual-rules") Acked-by: Daniel Stone Reviewed-by: Jesse Natalie Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/farm-rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/farm-rules.yml b/.gitlab-ci/farm-rules.yml index 12510a4c8d5..24e6c2dc8af 100644 --- a/.gitlab-ci/farm-rules.yml +++ b/.gitlab-ci/farm-rules.yml @@ -29,7 +29,7 @@ when: never - changes: [ .ci-farms-disabled/microsoft ] if: '$CI_PIPELINE_SOURCE != "schedule"' - when: manual + when: on_success - !reference [.microsoft-farm-rules, rules]