diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f4b521c11..9045d272e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -112,7 +112,7 @@ jobs: deploy-prod-kusama: name: Deploy Production runs-on: ubuntu-latest - needs: [set-variables, deploy-stg-kusama, deploy-stg-polkadot] + needs: [set-variables, deploy-stg-kusama] # Deploy only if the tag is v* if: startsWith(github.ref, 'refs/tags/v') environment: parity-chains @@ -135,7 +135,7 @@ jobs: deploy-prod-polkadot: name: Deploy Production runs-on: ubuntu-latest - needs: [set-variables, deploy-stg-kusama, deploy-stg-polkadot] + needs: [set-variables, deploy-stg-polkadot] # Deploy only if the tag is v* if: startsWith(github.ref, 'refs/tags/v') environment: parity-chains