From 86a8fb8b8bf7b9df8f2d398b06a1ca3246e9af06 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Thu, 27 May 2021 14:03:35 +0200 Subject: [PATCH] Add re-run into reference github gate pipeline We have an example of the re-run trigger in the github check pipeline. Add it also for the gate pipeline. Change-Id: I248cb7d46cf05a50226b86bbb0f0cc066cc8f97e --- doc/source/examples/pipelines/github-reference-pipelines.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/examples/pipelines/github-reference-pipelines.yaml b/doc/source/examples/pipelines/github-reference-pipelines.yaml index 18b6740c41..f51056cbb1 100644 --- a/doc/source/examples/pipelines/github-reference-pipelines.yaml +++ b/doc/source/examples/pipelines/github-reference-pipelines.yaml @@ -86,6 +86,9 @@ - event: pull_request action: status status: ".*:success" + - event: check_run + action: rerequested + check: .*/gate:.* - event: pull_request action: labeled label: