mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-26 17:24:47 +00:00
ACS-8915 Disable pre-commit for release commits (#1033)
This commit is contained in:
parent
cc97a44b9f
commit
dfc6d30972
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user