From 66edec23ac8b01c52277e1f6924ca35fcd34900f Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:03:34 -0500 Subject: [PATCH] chore(ci/update): disable cron (#13635) (#13646) --- .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 b5c1b41020..accc32e4a4 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: