From 57dd30056ee54eb24a45f67314e38e9ba0ef3108 Mon Sep 17 00:00:00 2001 From: SamW94 Date: Mon, 13 Jul 2026 16:27:46 +0000 Subject: [PATCH] feat: Enforce pre-commit-check job passing in workflow Signed-off-by: DBT pre-commit check --- .github/workflows/org.common-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/org.common-ci.yml b/.github/workflows/org.common-ci.yml index 4621d7b1..4dfde1e7 100644 --- a/.github/workflows/org.common-ci.yml +++ b/.github/workflows/org.common-ci.yml @@ -42,7 +42,6 @@ jobs: fi echo "We need to check this for the trailers" git log ${{ github.event.pull_request.head.sha }} --format=%B -1 | git interpret-trailers --parse | grep '${{ env.SIGNED_OFF_MESSAGE }}' - continue-on-error: true # This is only here while we are testing, it should be removed during the go live process so PRs cannot be merged - name: Find failure comment uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad