mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-25 04:40:21 +00:00
ci: use simpler cron
This commit is contained in:
parent
d753f0c671
commit
ec36013d2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/kustomize.yml
vendored
2
.github/workflows/kustomize.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
- 'master'
|
||||
- 'staging'
|
||||
schedule:
|
||||
- cron: '0 0 12 1 1/1 ? *'
|
||||
- cron: '0 0 1 * *'
|
||||
|
||||
jobs:
|
||||
create-kustomize-cluster:
|
||||
|
|
Loading…
Reference in a new issue