From 28f0903ec4ee8c230e10fd85cba486dc3ac5ec05 Mon Sep 17 00:00:00 2001 From: Oleksandr Andriienko Date: Mon, 19 Jul 2021 21:30:07 +0300 Subject: [PATCH] feat: Add ability to rebuild OLM images manully (#949) * Add ability to rebuild nightly OLM images manually. Signed-off-by: Oleksandr Andriienko * Format. Signed-off-by: Oleksandr Andriienko --- .github/workflows/build-catalog-and-bundle-images.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-catalog-and-bundle-images.yaml b/.github/workflows/build-catalog-and-bundle-images.yaml index a08e8329a..21207f40e 100644 --- a/.github/workflows/build-catalog-and-bundle-images.yaml +++ b/.github/workflows/build-catalog-and-bundle-images.yaml @@ -11,6 +11,12 @@ # name: Build catalog and bundle images on: + # manual trigger if required + workflow_dispatch: + inputs: + reason: + description: 'Reason to trigger a build' + required: false schedule: - cron: '0 21 * * *' branches: