Skip to content

Commit 8b8ab9d

Browse files
committed
BAU: always run report job if no failure
1 parent 9fa6c05 commit 8b8ab9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/terraform-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ jobs:
221221
name: "Run tests"
222222
runs-on: ubuntu-24.04-arm
223223
needs: [terraform-fmt, terraform-validate, tflint, checkov]
224+
if: ${{ always() && !failure() && !cancelled() }}
224225
steps:
225226
- name: All checks passed
226227
run: echo "All Terraform checks passed successfully."

0 commit comments

Comments
 (0)