From 9b810f37df58080e94517d5fc256b3bd1d057a9d Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Thu, 17 Apr 2025 18:34:21 +0200 Subject: [PATCH] Fix CI condition for `release` job x2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b359a799..e6758d61b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -660,7 +660,7 @@ jobs: release: needs: [test-builds-arch, test-builds-os, build-sdist, check] - if: startsWith(github.ref, 'refs/tags/') + if: always() && startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: