fix: remove update cli cronjob (#196)

The release process for the CLI now handles manually triggering a `workflow_dispatch` on the update-cli workflow. This will also prevent any prerelease versions getting published to the the documentation site since it build directly from `latest` where prerelease development will be happening. A future PR will change that behavior so docs are built from registry tags.

Luke Karrys committed Sep 1, 2022 at 10:25 UTC 930cec84dff1c4ea2918958999f31d138915ea48
1 file changed -2
.github/workflows/update-cli.yml
-2
@@ -2,8 +2,6 @@ name: Update CLI
2
3 on:
4 workflow_dispatch:
5 - schedule:
6 - - cron: "14 2 * * *"
5
6 jobs:
7 update-cli: