File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -181,20 +181,9 @@ jobs:
181181 echo "SUCCESS=false" >> $GITHUB_OUTPUT
182182 fi
183183
184- e2e-test :
185- needs : deploy
186- if : needs.deploy.outputs.DEPLOYMENT_SUCCESS == 'true'
187- uses : ./.github/workflows/test-automation.yml
188- with :
189- MACAE_WEB_URL : ${{ needs.deploy.outputs.WEBAPP_URL }}
190- MACAE_URL_API : ${{ needs.deploy.outputs.MACAE_URL_API }}
191- MACAE_RG : ${{ needs.deploy.outputs.RESOURCE_GROUP_NAME }}
192- MACAE_CONTAINER_APP : ${{ needs.deploy.outputs.CONTAINER_APP }}
193- secrets : inherit
194-
195184 cleanup-deployment :
196185 if : always() && needs.deploy.outputs.RESOURCE_GROUP_NAME != ''
197- needs : [deploy, e2e-test ]
186+ needs : [deploy]
198187 runs-on : ubuntu-latest
199188 env :
200189 RESOURCE_GROUP_NAME : ${{ needs.deploy.outputs.RESOURCE_GROUP_NAME }}
You can’t perform that action at this time.
0 commit comments