Allow to trigger image build manullay (#758)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>pull/759/head
parent
fa39d6f79e
commit
6972d8948d
|
|
@ -12,6 +12,9 @@
|
|||
name: Nightly Dockerimage Build
|
||||
|
||||
on:
|
||||
# manual trigger if required
|
||||
workflow_dispatch
|
||||
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue