Skip to content

Commit 98ae7b8

Browse files
committed
temp: update workflow
Signed-off-by: Rudra Gupta <[email protected]>
1 parent 8096903 commit 98ae7b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
terraform-destroy:
217217
name: 'Terraform Destroy'
218218
needs: [terraform, check-compliance]
219+
if: ${{ always() && !failure() && !cancelled() }} # when none of the needed jobs fail or are cancelled (skipped or successful jobs are ok).
219220
env:
220221
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
221222
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}

0 commit comments

Comments
 (0)