ci: use simpler cron

This commit is contained in:
Alessandro Pezzè 2021-05-30 23:32:08 +02:00
parent d753f0c671
commit ec36013d2f

View file

@ -7,7 +7,7 @@ on:
- 'master'
- 'staging'
schedule:
- cron: '0 0 12 1 1/1 ? *'
- cron: '0 0 1 * *'
jobs:
create-kustomize-cluster: