From 6e6003b41ec7796fbbdc2f82a0811936dbb12c5a Mon Sep 17 00:00:00 2001 From: Kirill Azovtsev Date: Mon, 27 Jan 2025 00:43:52 +0300 Subject: [PATCH] CI - Polkadot Builder env values update --- .github/workflows/zombie-builder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/zombie-builder.yml b/.github/workflows/zombie-builder.yml index afc015862f..f93a4619b4 100644 --- a/.github/workflows/zombie-builder.yml +++ b/.github/workflows/zombie-builder.yml @@ -96,7 +96,7 @@ jobs: - name: "Build Polkadot Builder" working-directory: ./zombienet/docker - if: env.exists == 'false' || github.event.inputs.polkadot_image_rebuild == 'true' + if: env.exists == 'false' || github.event.inputs.polkadot_builder == true run: make polkadot_builder_all_arch - name: "Versions Info" @@ -142,12 +142,12 @@ jobs: gcloud auth configure-docker ${{ secrets.GCP_REGISTRY }} --quiet - name: "Build target" - if: github.event.inputs.polkadot_binaries_rebuild == 'true' + if: github.event.inputs.polkadot_binaries == true working-directory: ./zombienet/docker run: make polkadot_binary - name: "Push Polkadot APT Package" - if: github.event.inputs.polkadot_binaries_rebuild == 'true' + if: github.event.inputs.polkadot_binaries == true working-directory: ./zombienet/docker run: make upload_apt_package