From 31468c698db52c26c0887386b3b2a6c5d2e2f6ae Mon Sep 17 00:00:00 2001 From: Alexey <240630+asimonov@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:07:52 +0400 Subject: [PATCH] disable regular build --- .github/workflows/earthly-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/earthly-build.yaml b/.github/workflows/earthly-build.yaml index 8a4c14cd..b84eccea 100644 --- a/.github/workflows/earthly-build.yaml +++ b/.github/workflows/earthly-build.yaml @@ -5,8 +5,8 @@ on: branches: ['main'] tags: ['*'] pull_request: - schedule: - - cron: '0 11 * * *' +# schedule: +# - cron: '0 11 * * *' jobs: build-testing-results: runs-on: ubuntu-latest