From a100844da658527c40afefa9c56eeb8195849169 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Tue, 21 Apr 2026 13:06:04 +0200 Subject: [PATCH] Fix check-review rerun trigger Signed-off-by: Bartosz Bezak --- zuul.d/pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index 54813d5..0729d61 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -86,7 +86,7 @@ # will have a "re-run" button which emits this event. - event: check_run action: rerequested - check: .*/check:.* + check: .*/check-review:.* start: github: check: 'in_progress'