From 3d865a8d4d95b5f4e333b58c43aed3c4f5210ba1 Mon Sep 17 00:00:00 2001 From: Slava-Shchipunov <92646230+Slava-Shchipunov@users.noreply.github.com> Date: Thu, 13 Mar 2025 09:22:29 +0700 Subject: [PATCH] feat: disable build to snapshots --- .github/workflows/build-to-all-latest-snapshots.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-to-all-latest-snapshots.yml b/.github/workflows/build-to-all-latest-snapshots.yml index 3b9f69d..09de30b 100644 --- a/.github/workflows/build-to-all-latest-snapshots.yml +++ b/.github/workflows/build-to-all-latest-snapshots.yml @@ -7,8 +7,8 @@ on: push: tags: - "SNAPSHOT" - schedule: - - cron: '0 */4 * * *' + # schedule: + # - cron: '0 */4 * * *' workflow_dispatch: jobs: