From c5d2337a8f33222248de2ffdb261404aa63f8828 Mon Sep 17 00:00:00 2001 From: Leo Borai Date: Mon, 22 Dec 2025 23:36:25 +0100 Subject: [PATCH] chore: no need for if anymore --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c477d780..3754ea7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,8 @@ on: pull_request: branches: - main - types: [closed] + types: + - closed permissions: contents: write @@ -25,7 +26,6 @@ jobs: publish-dry-run: name: "Runs cargo publish --dry-run" runs-on: ubuntu-latest - if: ${{ always() && (github.event.pull_request.merged || github.event_name == 'workflow_dispatch') }} steps: - name: Checkout uses: actions/checkout@v6