ci: Add manual trigger to image factory pipeline
https://github.com/containers/toolbox/pull/981
This commit is contained in:
parent
818748001c
commit
05eef2aaa6
|
@ -1,5 +1,6 @@
|
|||
name: Image Factory
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
|
Loading…
Reference in New Issue