mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-25 12:50:18 +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'
|
- 'master'
|
||||||
- 'staging'
|
- 'staging'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 12 1 1/1 ? *'
|
- cron: '0 0 1 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create-kustomize-cluster:
|
create-kustomize-cluster:
|
||||||
|
|
Loading…
Reference in a new issue