Change workflow to run it manually for testing
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
This commit is contained in:
parent
cbe69d2407
commit
1caab1b67d
|
|
@ -1,9 +1,13 @@
|
|||
name: Sync containers repositories
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Every day at 1 AM
|
||||
- cron: '0 1 * * *'
|
||||
# schedule:
|
||||
# # Every day at 1 AM
|
||||
# - cron: '0 1 * * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tags:
|
||||
description: 'Test manually'
|
||||
jobs:
|
||||
build:
|
||||
name: Trigger Site Rebuild
|
||||
|
|
|
|||
Loading…
Reference in New Issue