Skip to content

Commit

Permalink
CI - Polkadot Builder env values update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Azovtsev committed Jan 26, 2025
1 parent cd5052e commit 6e6003b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zombie-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6e6003b

Please sign in to comment.