From 3f6cba6bdd686aa7e7f4febcedaf79782f235e8a Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 19 Mar 2026 06:39:16 +0300 Subject: [PATCH] Temporarily disabled automatic sync trigger --- .github/workflows/sync-files.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sync-files.yml b/.github/workflows/sync-files.yml index ab3c08b..208f405 100644 --- a/.github/workflows/sync-files.yml +++ b/.github/workflows/sync-files.yml @@ -1,13 +1,15 @@ name: Sync files to table on: - push: - branches: - - main - paths: - - 'versions.json' - - 'versions_deb.json' - workflow_dispatch: + # Temporarily disabled automatic sync trigger. + # Uncomment this block to restore automatic runs on push to main. + # push: + # branches: + # - main + # paths: + # - 'versions.json' + # - 'versions_deb.json' + workflow_dispatch: jobs: sync-files: