fix: remove cron from update cli

Luke Karrys committed Nov 10, 2022 at 13:51 UTC b2c11a312d8e389c8399ef9f071dd02f8ff8b44c
1 file changed -2
.github/workflows/update-cli.yml
-2
@@ -4,8 +4,6 @@ name: Update CLI
4
5 on:
6 workflow_dispatch:
7 - schedule:
8 - - cron: "14 2 * * *"
7
8 jobs:
9 update-cli: