From dfc6d309727e4a445bbdc23665f819fd966596ad Mon Sep 17 00:00:00 2001 From: Damian Ujma <92095156+damianujma@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:32:27 +0200 Subject: [PATCH] ACS-8915 Disable pre-commit for release commits (#1033) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f4d3f83..918a1b64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ env: jobs: pre_commit: + if: !contains(github.event.head_commit.message, '[release]') runs-on: ubuntu-latest outputs: java_version: ${{ env.JAVA_VERSION }}