Skip to content

Commit

Permalink
change deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 5, 2024
1 parent c3741c0 commit e26c40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e26c40d

Please sign in to comment.