Skip to content

Commit 38058aa

Browse files
feat: make dapp-deploy workflow jobs sequential
1 parent aa9f030 commit 38058aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-dapp-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272

7373
sconify:
7474
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
75+
needs: [docker-publish]
7576
with:
7677
image-name: 'iexechub/web3mail-dapp'
7778
image-tag: ${{ inputs.tag }}
@@ -99,7 +100,7 @@ jobs:
99100
deploy-dapp:
100101
runs-on: ubuntu-latest
101102
environment: ${{ inputs.environment }}
102-
needs: [docker-publish, sconify]
103+
needs: [sconify]
103104
steps:
104105
- name: Checkout code
105106
uses: actions/checkout@v4

0 commit comments

Comments
 (0)