From 4fda3ec78842b31cff2e8fdaad28355258c72f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20B=C3=A4r?= Date: Wed, 11 Dec 2024 16:33:21 +0100 Subject: [PATCH] chore: disable the automatic model update (#341) --- .github/workflows/model-updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/model-updater.yml b/.github/workflows/model-updater.yml index f94763fc..14005b73 100644 --- a/.github/workflows/model-updater.yml +++ b/.github/workflows/model-updater.yml @@ -2,8 +2,8 @@ name: Model updater on: # Triggers the workflow every month - schedule: - - cron: "0 0 1 * *" + # schedule: + # - cron: "0 0 1 * *" workflow_dispatch: jobs: