We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
report
1 parent 9fa6c05 commit 8b8ab9dCopy full SHA for 8b8ab9d
1 file changed
.github/workflows/terraform-ci.yml
@@ -221,6 +221,7 @@ jobs:
221
name: "Run tests"
222
runs-on: ubuntu-24.04-arm
223
needs: [terraform-fmt, terraform-validate, tflint, checkov]
224
+ if: ${{ always() && !failure() && !cancelled() }}
225
steps:
226
- name: All checks passed
227
run: echo "All Terraform checks passed successfully."
0 commit comments