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