From 05433d0d061dec26bbbe36462fb6f2f7fc23355b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 18 Jan 2025 12:22:36 +0100 Subject: [PATCH] fixup! ci: Build the ubuntu-aarch64 binary with new ARM runners --- .github/workflows/ci.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0f55b74aed..e21cd8c53b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,10 +58,7 @@ jobs: cancel-in-progress: false if: | vars.RELEASE_ENABLED && - startsWith(github.ref, 'refs/heads/') && - needs.docs.result == 'success' && - needs.test.result == 'success' && - needs.build.result == 'success' + startsWith(github.ref, 'refs/heads/') permissions: contents: write runs-on: ubuntu-24.04 @@ -93,8 +90,7 @@ jobs: prepare: name: Release / Prepare if: | - startsWith(github.ref, 'refs/tags/') && - needs.build.result == 'success' + startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-24.04 needs: - build @@ -205,8 +201,7 @@ jobs: needs: - prepare if: | - vars.DOCKER_REPO && vars.DOCKER_USER && - (success() || needs.prepare.result == 'success') + vars.DOCKER_REPO && vars.DOCKER_USER env: DOCKER_REPO: ${{ vars.DOCKER_REPO }} DOCKER_USER: ${{ vars.DOCKER_USER }}