diff --git a/.github/workflows/pr_fmt.yaml b/.github/workflows/pr_fmt.yaml index 8448f383da..99b82e1a64 100644 --- a/.github/workflows/pr_fmt.yaml +++ b/.github/workflows/pr_fmt.yaml @@ -30,7 +30,6 @@ jobs: run: | terraform fmt -check -recursive echo "fmt_outcome=$?" >> $GITHUB_ENV - continue-on-error: true - name: Post PR comment on fmt failure if: ${{ steps.fmt_check.outcome == 'failure' }}