We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9f030 commit 38058aaCopy full SHA for 38058aa
.github/workflows/reusable-dapp-deploy.yml
@@ -72,6 +72,7 @@ jobs:
72
73
sconify:
74
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
75
+ needs: [docker-publish]
76
with:
77
image-name: 'iexechub/web3mail-dapp'
78
image-tag: ${{ inputs.tag }}
@@ -99,7 +100,7 @@ jobs:
99
100
deploy-dapp:
101
runs-on: ubuntu-latest
102
environment: ${{ inputs.environment }}
- needs: [docker-publish, sconify]
103
+ needs: [sconify]
104
steps:
105
- name: Checkout code
106
uses: actions/checkout@v4
0 commit comments