We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b40f4 commit d389a70Copy full SHA for d389a70
1 file changed
.github/workflows/deploy.yml
@@ -191,10 +191,10 @@ jobs:
191
MACAE_RG: ${{ needs.deploy.outputs.RESOURCE_GROUP_NAME }}
192
MACAE_CONTAINER_APP: ${{ needs.deploy.outputs.CONTAINER_APP }}
193
secrets: inherit
194
-
+
195
cleanup-deployment:
196
if: always() && needs.deploy.outputs.RESOURCE_GROUP_NAME != ''
197
- needs: [deploy]
+ needs: [deploy, e2e-test]
198
runs-on: ubuntu-latest
199
env:
200
RESOURCE_GROUP_NAME: ${{ needs.deploy.outputs.RESOURCE_GROUP_NAME }}
0 commit comments