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
parent
a7da2a2912
commit
28f0903ec4
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue