We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8096903 commit 98ae7b8Copy full SHA for 98ae7b8
.github/workflows/check-compliance.yml
@@ -216,6 +216,7 @@ jobs:
216
terraform-destroy:
217
name: 'Terraform Destroy'
218
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).
220
env:
221
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
222
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
0 commit comments