feat: Add ability to rebuild OLM images manully (#949)

* Add ability to rebuild nightly OLM images manually.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Format.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
pull/944/head
Oleksandr Andriienko 2021-07-19 21:30:07 +03:00 committed by GitHub
parent a7da2a2912
commit 28f0903ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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: