Skip to content

Commit

Permalink
test - deploy only did
Browse files Browse the repository at this point in the history
  • Loading branch information
Izzzu committed Jul 19, 2022
1 parent 2a2e012 commit bee7c1c
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 244 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
with:
resources_prefix: ${{ needs.SetResourcesPrefix.outputs.resources_prefix }}

Destroy:
# Always run Destroy workflow unless SetResourcesPrefix workflow fails.
if: ${{ always() && needs.SetResourcesPrefix.result == 'success' && needs.Check-Cloud-Environments.outputs.has-azure == 'true'}}
uses: ./.github/workflows/destroy.yaml
needs:
- SetResourcesPrefix
- Deploy
- Check-Cloud-Environments
secrets: inherit
with:
resources_prefix: ${{ needs.SetResourcesPrefix.outputs.resources_prefix }}
# Destroy:
# # Always run Destroy workflow unless SetResourcesPrefix workflow fails.
# if: ${{ always() && needs.SetResourcesPrefix.result == 'success' && needs.Check-Cloud-Environments.outputs.has-azure == 'true'}}
# uses: ./.github/workflows/destroy.yaml
# needs:
# - SetResourcesPrefix
# - Deploy
# - Check-Cloud-Environments
# secrets: inherit
# with:
# resources_prefix: ${{ needs.SetResourcesPrefix.outputs.resources_prefix }}
Loading

0 comments on commit bee7c1c

Please sign in to comment.