workflows: fix cron for runner recreation

master
Dawid Dziurla 2021-05-21 11:22:59 +02:00 committed by GitHub
parent a5c73e6e8b
commit f46db56de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
schedule:
# Once each 24 hours, at 1 during the night
- cron: "0 0 1 1/1 *"
- cron: '0 1 * * *'
jobs:
recreate: