From 66c48e19bcd04f0575844ae1fedd6e7dfbf2d7d1 Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Thu, 7 May 2026 09:59:35 +0200 Subject: [PATCH] remove schedule on nightly --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 136210b5..94d51eed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,8 +7,6 @@ on: paths: - ".github/workflows/release.yml" - ".goreleaser.yaml" - schedule: - - cron: "0 0 * * *" workflow_dispatch: concurrency: group: release-${{ github.event_name }}-${{ github.ref_name }} @@ -101,7 +99,7 @@ jobs: distribution: goreleaser-pro version: nightly args: release --clean --split ${{ matrix._ids }} --skip=winget - - if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/v'))) && steps.cache-check.outputs.cache-hit != 'true' + - if: (github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/v'))) && steps.cache-check.outputs.cache-hit != 'true' uses: goreleaser/goreleaser-action@v7 with: distribution: goreleaser-pro -- 2.51.2