Skip to content

Commit

Permalink
ci: wait for contracts to deploy before deploying app
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Apr 12, 2024
1 parent f49b8a8 commit 288fc25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testnet-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
deploy-app:
name: Deploy app
runs-on: ubuntu-latest
needs: deploy-contracts
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Git checkout
Expand Down

0 comments on commit 288fc25

Please sign in to comment.