From e26c40d5524f2201df601d1f342dd21104955286 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Tue, 5 Nov 2024 16:28:52 +0100 Subject: [PATCH] change deps --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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