Change workflow to run it manually for testing

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
This commit is contained in:
Miguel A. Cabrera Minagorri 2022-04-11 17:54:26 +02:00
parent cbe69d2407
commit 1caab1b67d
1 changed files with 7 additions and 3 deletions

View File

@ -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