Skip to content

Commit

Permalink
ci: ensure version is stored when deploying apps
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Nov 18, 2024
1 parent cafcff7 commit 8c635d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
outputs:
deployment_executed:
description: "Indicates if the deployment was actually executed"
value: ${{ jobs.deploy-apps.result == 'success' }}
value: ${{ jobs.deploy-apps.result == 'success' && jobs.deploy-jobs.result == 'success' && !inputs.dryRun }}
secrets:
AZURE_CLIENT_ID:
required: true
Expand Down

0 comments on commit 8c635d7

Please sign in to comment.