chore(ci/update): disable cron (#13635)

I have a cron job on stack triggering the workflow every 10min, the cron inside the workflow is no longer needed now

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2026-07-03 00:00:54 +08:00
committed by GitHub
parent 29920da83e
commit d64efd5d3e
+2 -2
View File
@@ -2,8 +2,8 @@ name: Update
permissions:
contents: read
on:
schedule:
- cron: "*/10 * * * *"
#schedule:
# - cron: "*/10 * * * *"
workflow_dispatch:
jobs: