run workflow hourly

This commit is contained in:
Conrado Gouvea 2022-04-28 11:29:54 -03:00 committed by Deirdre Connolly
parent da7a97a11e
commit 9f5feebbda
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: "42 22 * * *" - cron: "42 * * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs: