ci: Add manual trigger to image factory pipeline

https://github.com/containers/toolbox/pull/981
This commit is contained in:
Ondřej Míchal 2022-01-10 12:59:56 +02:00
parent 818748001c
commit 05eef2aaa6
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
name: Image Factory name: Image Factory
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"