From db71cbaf1e5bdfd3a5d5c5934f69be93792e51b0 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:12:24 -0500 Subject: [PATCH] chore(ci/update): disable cron (#13635) (#13649) --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index aacf292c7a..80857a3253 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -2,8 +2,8 @@ name: Update permissions: contents: read on: - schedule: - - cron: "*/10 * * * *" + #schedule: + # - cron: "*/10 * * * *" workflow_dispatch: jobs: