From 7cd2d306a9de6e209722bbe6139a4d4f09d60439 Mon Sep 17 00:00:00 2001 From: spypsy Date: Fri, 23 Aug 2024 15:22:05 +0100 Subject: [PATCH] fix: skipping publish job (#8159) --- .github/workflows/devnet-deploys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devnet-deploys.yml b/.github/workflows/devnet-deploys.yml index 761ccdc34fe..736baf0ac7e 100644 --- a/.github/workflows/devnet-deploys.yml +++ b/.github/workflows/devnet-deploys.yml @@ -477,7 +477,6 @@ jobs: earthly-ci --no-output --push ./yarn-project+export-cli-wallet --DIST_TAG=${{ github.sha }} --ARCH=arm64 publish-cli-wallet-manifest: - if: ${{ github.event.inputs.no_rebuild_images == 'false' }} needs: [build-cli-wallet, build-cli-wallet-arm] runs-on: ${{ github.actor }}-x86 steps: @@ -490,6 +489,7 @@ jobs: dockerhub_password: "${{ env.DOCKERHUB_PASSWORD }}" - name: "Publish aztec CLI wallet manifests" + if: ${{ github.event.inputs.no_rebuild_images == 'false' }} run: | env docker pull aztecprotocol/cli-wallet:${{ github.sha }}-x86_64