ACS-8915 Disable pre-commit for release commits (#1033)

This commit is contained in:
Damian Ujma 2024-10-25 16:32:27 +02:00 committed by GitHub
parent cc97a44b9f
commit dfc6d30972
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}